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 9b71f4b commit 4e7be7cCopy full SHA for 4e7be7c
traverse.go
@@ -2,10 +2,9 @@ package maxminddb
2
3
import (
4
"fmt"
5
- "net/netip"
6
-
7
// comment to prevent gofumpt from randomly moving iter.
8
"iter"
+ "net/netip"
9
)
10
11
// Internal structure used to keep track of nodes we still need to visit.
0 commit comments