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 0c2345f commit 273a16fCopy full SHA for 273a16f
examples/main.go
@@ -13,7 +13,7 @@ func main() {
13
CallerSkipFrameCount: 3,
14
EnableCaller: true,
15
TimestampFormat: time.RFC3339Nano,
16
- DefaultFields: []any{"scope", "example"},
+ DefaultFields: []interface{}{"scope", "example"},
17
})
18
19
// Basic logs.
go.mod
@@ -1,6 +1,6 @@
1
module github.com/zerodha/logf
2
3
-go 1.18
+go 1.17
4
5
require github.com/stretchr/testify v1.8.0
6
0 commit comments