Supported Go Versions
The Ultipa Go SDK requires Go 1.13 or higher.
Install the Ultipa SDK
Create a local Go Module project and add the standard set of SDK modules to your project using the following command:
// Get a specific version of Ultipa Go SDK (take version 1.4.5 as an example)
go get github.com/ultipa/[email protected]
// Get the latest version of Ultipa Go SDK
go get github.com/ultipa/ultipa-go-sdk