We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a3201 commit 24f25c5Copy full SHA for 24f25c5
README.md
@@ -16,7 +16,7 @@ A lightweight Go client library for the [GetFreeProxy API](https://developer.get
16
## Installation
17
18
```bash
19
-go get github.com/gfpcom/freeproxy
+go get github.com/gfpcom/freeproxy-go
20
```
21
22
## Requirements
@@ -38,7 +38,7 @@ import (
38
"fmt"
39
"log"
40
41
- "github.com/gfpcom/freeproxy"
+ "github.com/gfpcom/freeproxy-go"
42
)
43
44
func main() {
examples/main.go
@@ -6,7 +6,7 @@ import (
6
"net/http"
7
"time"
8
9
10
11
12
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/gfpcom/freeproxy
+module github.com/gfpcom/freeproxy-go
2
3
go 1.25.4
0 commit comments