The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.

Dev guideAPI Reference
Dev guideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

Install the Go SDK

Describes the steps necessary to install the Optimizely Feature Experimentation Go SDK into your application.

The Go SDK is open source and available on GitHub.

You can install it using the following command:

go get github.com/optimizely/go-sdk // for v2: go get github.com/optimizely/go-sdk/v2

Install from CLI source

go get github.com/optimizely/go-sdk // for v2: go get github.com/optimizely/go-sdk/v2
cd $GOPATH/src/github.com/optimizely/go-sdk
go install