Skip to content

Commit 415c02e

Browse files
committed
changed sample ip address
1 parent f41fbed commit 415c02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/main.go

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

1010
func main() {
1111
api := geoip2.New(os.Getenv("MAXMIND_USER_ID"), os.Getenv("MAXMIND_LICENSE_KEY"))
12-
resp, _ := api.City(nil, "1.2.3.4")
12+
resp, _ := api.City(nil, "8.8.8.8")
1313
json.NewEncoder(os.Stdout).Encode(resp)
1414
}

0 commit comments

Comments
 (0)