Go 1.21; use log/slog instead of version from x/exp
This commit is contained in:
@@ -2,8 +2,7 @@ package logger
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"golang.org/x/exp/slog"
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
type stdLoggerish struct {
|
||||
|
Reference in New Issue
Block a user