iploc_test.go @@ -13,7 +13,7 @@ fmt.Println("GetLocation:", err) } geo, _ = GetLocationForIp("114.114.114.114") geo, err = GetLocationForIp("114.114.114.114") if err == nil { fmt.Println(geo) } else {