This document shows the instructions on how to build and contribute to the SDK.
Golang 1.6 or newer (go version)
go mod tidy
Some make targets have been provided to build and package the SDK
go build ./...
go test -race -v --cover ./...
To ensure the project is correctly formatted you can use the following commands
go fmt $(go list ./...)
go vet ./...