Go 1.21; use log/slog instead of version from x/exp

This commit is contained in:
2023-09-17 23:03:55 -07:00
parent 053de4fd16
commit 020966a4b3
5 changed files with 10 additions and 7 deletions

View File

@@ -2,8 +2,7 @@ package logger
import (
"fmt"
"golang.org/x/exp/slog"
"log/slog"
)
type stdLoggerish struct {