Set up Go SDK
Install the package
If you are using the standard
Gomodules system, import the SDK packages in your code andgo buildwill automatically download them. The SDK and its dependencies are modules.- Alternatively, you can run the following command:
Shell
Initialize the SDK
Go SDK initialization
Finding your SDK credentials
You can find your server-side SDK key, client-side ID, and mobile key in the “Resources” section of the help menu. Click the help icon at the bottom left corner of the LaunchDarkly UI, then choose SDK keys:

To learn more, read Initialize the client in the Go SDK reference guide.