File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ip2location/ip2location-go )] ( https://goreportcard.com/report/github.com/ip2location/ip2location-go )
1+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ip2location/ip2location-go/v9 )] ( https://goreportcard.com/report/github.com/ip2location/ip2location-go/v9 )
22
33
44# IP2Location Go Package
@@ -84,7 +84,7 @@ package main
8484
8585import (
8686 " fmt"
87- " github.com/ip2location/ip2location-go"
87+ " github.com/ip2location/ip2location-go/v9 "
8888)
8989
9090func main () {
@@ -147,7 +147,7 @@ Below are the methods supported in this package.
147147package main
148148
149149import (
150- " github.com/ip2location/ip2location-go"
150+ " github.com/ip2location/ip2location-go/v9 "
151151 " fmt"
152152)
153153
@@ -289,7 +289,7 @@ Below are the methods supported in this package.
289289package main
290290
291291import (
292- " github.com/ip2location/ip2location-go"
292+ " github.com/ip2location/ip2location-go/v9 "
293293 " fmt"
294294 " math/big"
295295)
You can’t perform that action at this time.
0 commit comments