summaryrefslogtreecommitdiff
path: root/docs/src/api/go/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-05-01 14:19:32 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commitd4939e8694a6762dc9de2f4027266850f49790ac (patch)
tree89545f23dbb74766ed42dd1824c59eae35f26800 /docs/src/api/go/README.md
parentc654b48763592baae78b10f6fefec10be29e979b (diff)
Docs: Update API section for V2
Diffstat (limited to 'docs/src/api/go/README.md')
-rw-r--r--docs/src/api/go/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/src/api/go/README.md b/docs/src/api/go/README.md
deleted file mode 100644
index 2b71f99..0000000
--- a/docs/src/api/go/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Go
-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/eduvpn/eduvpn-common/client"
-```
-
-This brings the client library into scope using the client prefix.
-
-The documentation to then use this API and the rest is online at [pkg.go.dev](https://pkg.go.dev/github.com/eduvpn/eduvpn-common).
-
-[We also provide an example](./example.md).