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