chore: upgrading x/exp

This commit is contained in:
Samuel Berthe
2023-06-20 18:19:40 +02:00
parent c4089c57af
commit 6445d8ae4f
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ func main() {
slogformatter.TimezoneConverter(time.UTC),
slogformatter.TimeFormatter(time.RFC3339, nil),
)(
slog.NewJSONHandler(os.Stdout),
slog.NewJSONHandler(os.Stdout, &slog.HandlerOptions{}),
),
)