This SDK requires Go 1.12 and higher go module feature.
Using Qingstor SDK is easy. First, use go get
to install the latest version of the library from GitHub:
Please always replace the version in the command with the latest release.
$ GO111MODULE=on go get -u github.com/yunify/qingstor-sdk-go/[email protected]
Next, include Qingstor sdk in your application:
import "github.com/yunify/qingstor-sdk-go/v3/config"
import "github.com/yunify/qingstor-sdk-go/v3/service"