Skip to content

Commit ac26963

Browse files
committed
Add missing docs
1 parent 67124ba commit ac26963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

result.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99

1010
const notFound uint = math.MaxUint
1111

12+
// Result holds the result of the database lookup.
1213
type Result struct {
1314
ip netip.Addr
1415
err error

0 commit comments

Comments
 (0)