Skip to content

Commit 723d77c

Browse files
docs: Update go client version in docs and code help (#6954)
Co-authored-by: Gagan Trivedi <gagandeeptrivedi47@gmail.com>
1 parent f9ec265 commit 723d77c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/integrating-with-flagsmith/sdks/server-side.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ $flagsmith = new Flagsmith('FLAGSMITH_SERVER_SIDE_ENVIRONMENT_KEY');
287287
```go
288288
import (
289289
"os"
290-
flagsmith "github.com/Flagsmith/flagsmith-go-client/v3"
290+
flagsmith "github.com/Flagsmith/flagsmith-go-client/v5"
291291
)
292292
// Initialise the Flagsmith client
293293
client := flagsmith.NewClient(os.Getenv("FLAGSMITH_ENVIRONMENT_KEY"))
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module.exports = () => `go get github.com/flagsmith/flagsmith-go-client
1+
module.exports = () => `go get github.com/Flagsmith/flagsmith-go-client/v5
22
33
import (
4-
"github.com/flagsmith/flagsmith-go-client"
4+
"github.com/Flagsmith/flagsmith-go-client/v5"
55
)
66
`

0 commit comments

Comments
 (0)