This commit is contained in:
Samuel Berthe
2023-08-09 18:27:13 +02:00
parent 1874447dc7
commit 68aed0c018
8 changed files with 30 additions and 26 deletions
+2 -1
View File
@@ -5,10 +5,11 @@ import (
"os"
"time"
"log/slog"
"github.com/gin-gonic/gin"
slogformatter "github.com/samber/slog-formatter"
sloggin "github.com/samber/slog-gin"
"golang.org/x/exp/slog"
)
func main() {