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)