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 a98fe70 commit af0d4fdCopy full SHA for af0d4fd
decoder.go
@@ -30,8 +30,8 @@ const (
30
_Slice
31
// We don't use the next two. They are placeholders. See the spec
32
// for more details.
33
- _Container //nolint: deadcode, varcheck // above
34
- _Marker //nolint: deadcode, varcheck // above
+ _Container //nolint:deadcode,varcheck // above
+ _Marker //nolint:deadcode,varcheck // above
35
_Bool
36
_Float32
37
)
traverse.go
@@ -2,9 +2,8 @@ package maxminddb
2
3
import (
4
"fmt"
5
- "net/netip"
6
-
7
"iter"
+ "net/netip"
8
9
10
// Internal structure used to keep track of nodes we still need to visit.
0 commit comments