Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Jun 16, 2022
1 parent b38cd68 commit 458efc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/ip2location/ip2location-go)](https://goreportcard.com/report/github.com/ip2location/ip2location-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/ip2location/ip2location-go/v9)](https://goreportcard.com/report/github.com/ip2location/ip2location-go/v9)


# IP2Location Go Package
Expand Down Expand Up @@ -84,7 +84,7 @@ package main

import (
"fmt"
"github.com/ip2location/ip2location-go"
"github.com/ip2location/ip2location-go/v9"
)

func main() {
Expand Down Expand Up @@ -147,7 +147,7 @@ Below are the methods supported in this package.
package main

import (
"github.com/ip2location/ip2location-go"
"github.com/ip2location/ip2location-go/v9"
"fmt"
)

Expand Down Expand Up @@ -289,7 +289,7 @@ Below are the methods supported in this package.
package main

import (
"github.com/ip2location/ip2location-go"
"github.com/ip2location/ip2location-go/v9"
"fmt"
"math/big"
)
Expand Down

0 comments on commit 458efc6

Please sign in to comment.