1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

Update docs/sdks/go.md

This commit is contained in:
Christopher Kolstad 2021-02-24 10:52:32 +01:00 committed by GitHub
parent 7dbe814be2
commit 4f6085f1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ title: GO SDK
--- ---
```sh ```golang
import ( import (
"github.com/Unleash/unleash-client-go/v3" "github.com/Unleash/unleash-client-go/v3"
) )
@ -17,4 +17,4 @@ func init() {
) )
} }
``` ```
Read more at [github.com/Unleash/unleash-client-go](https://github.com/Unleash/unleash-client-go) Read more at [github.com/Unleash/unleash-client-go](https://github.com/Unleash/unleash-client-go)