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 keys, mobile keys, and client-side ID on the SDK keys page under Settings.
To learn more, read Initialize the client in the Go SDK reference guide.