package main import ( "github.com/ipipdotnet/ipdb-go" "fmt" "log" ) func main() { db, err := ipdb.NewCity("/path/to/city.ipv4.ipdb") if err != nil { log.Fatal(err ...