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 67124ba commit ac26963Copy full SHA for ac26963
result.go
@@ -9,6 +9,7 @@ import (
9
10
const notFound uint = math.MaxUint
11
12
+// Result holds the result of the database lookup.
13
type Result struct {
14
ip netip.Addr
15
err error
0 commit comments