From 4f6085f1d95f7d90e3b8137ec60487dfade82f1a Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:52:32 +0100 Subject: [PATCH] Update docs/sdks/go.md --- docs/sdks/go.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdks/go.md b/docs/sdks/go.md index 0a5f2aec84..7f9f3a38ff 100644 --- a/docs/sdks/go.md +++ b/docs/sdks/go.md @@ -4,7 +4,7 @@ title: GO SDK --- -```sh +```golang import ( "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) \ No newline at end of file +Read more at [github.com/Unleash/unleash-client-go](https://github.com/Unleash/unleash-client-go)