We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9adf4 commit d8e6f58Copy full SHA for d8e6f58
readme.md
@@ -1,11 +1,11 @@
1
-# clearip.io Golang client
+# IPTrace.io Golang client
2
3
-Golang client for Clearip web-service API to determine location of visitors based on their IP.
+Golang client for IPTrace web-service API to determine location of visitors based on their IP.
4
5
## Installation
6
7
```bash
8
-go get -u github.com/clearip/clearip-go
+go get -u github.com/IPTrace/IPTrace-go
9
```
10
11
## usage
@@ -16,7 +16,7 @@ Get ip info:
16
package main
17
18
import (
19
- clearip "github.com/clearip/clearip-go"
+ iptrace "github.com/IPTrace/IPTrace-go"
20
"fmt"
21
)
22
0 commit comments