summaryrefslogtreecommitdiff
path: root/docs/src/api/go/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:14:33 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:14:33 +0200
commite6bb5aac880fa0e71c1d81d4860d456424f622bc (patch)
tree4d342ddbdc5ea26476140c5905e5d3c93018d987 /docs/src/api/go/README.md
parent8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a (diff)
Module: Move to eduvpn/eduvpn-common
Diffstat (limited to 'docs/src/api/go/README.md')
-rw-r--r--docs/src/api/go/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/api/go/README.md b/docs/src/api/go/README.md
index 6106f1e..e27a247 100644
--- a/docs/src/api/go/README.md
+++ b/docs/src/api/go/README.md
@@ -2,7 +2,7 @@
The API that has no additional wrapper code is the Go API. To begin to use the Go library in a Go client you first need to import it:
```go
-import "github.com/jwijenbergh/eduvpn-common"
+import "github.com/eduvpn/eduvpn-common"
```
This brings the library into scope using the eduvpn-common prefix.