Update README.md

This commit is contained in:
Samuel Berthe
2023-08-21 21:32:42 +02:00
committed by GitHub
parent ec2aed69bf
commit 6e969abe5d
+1 -1
View File
@@ -219,7 +219,7 @@ import (
// Create a slog logger, which:
// - Logs to stdout.
logger := slog.New(slog.NewJSONHandler(os.Stdout))
logger := slog.New(slog.NewJSONHandler(os.Stdout, nil))
router := gin.New()