Skip to content

Commit 458efc6

Browse files
committed
Update README.md
1 parent b38cd68 commit 458efc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

8585
import (
8686
"fmt"
87-
"github.com/ip2location/ip2location-go"
87+
"github.com/ip2location/ip2location-go/v9"
8888
)
8989

9090
func main() {
@@ -147,7 +147,7 @@ Below are the methods supported in this package.
147147
package main
148148

149149
import (
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.
289289
package main
290290

291291
import (
292-
"github.com/ip2location/ip2location-go"
292+
"github.com/ip2location/ip2location-go/v9"
293293
"fmt"
294294
"math/big"
295295
)

0 commit comments

Comments
 (0)