We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37e440 commit 038aa45Copy full SHA for 038aa45
pkg/logger/logger.go
@@ -15,7 +15,7 @@ type Logger interface {
15
Error(msg string, args ...any)
16
}
17
18
-// Compile-time assertion that *slog.Logger implements Logger interface
+// Compile-time assertion that *slog.Logger implements Logger interface.
19
var _ Logger = (*slog.Logger)(nil)
20
21
// NewLogger creates a new logger
0 commit comments