← Requirements | Installation(中文) | Client →
Use go get
to install SDK:
$ go get -u github.com/aliyun/alibaba-cloud-sdk-go/sdk
If you have used glide to manage dependence,you can also use glide to install Alibaba Cloud SDK for Go:
$ glide get github.com/aliyun/alibaba-cloud-sdk-go
The Alibaba Cloud SDK for Go includes a ZIP file containing all the classes and dependencies you need to run.
Download the file, and then extract it into your project at a location you choose.
← Requirements | Installation(中文) | Client →