diff --git a/country_test.go b/country_test.go index 6b7a819..f70496e 100644 --- a/country_test.go +++ b/country_test.go @@ -6,7 +6,7 @@ import ( ) func TestNew(t *testing.T) { - Load("./GeoLite2-Country.mmdb") + LoadGeoDB("./GeoLite2-Country.mmdb") fmt.Println(GetCountryIsoCode("39.106.101.133")) fmt.Println(GetCountryIsoCode(""))