Install the SDK Package
Updated at:2025-11-03
Runtime environment
The GO SDK is compatible with Go 1.3 and later versions.
Install SDK
Directly download from github
Use go get to download from GitHub:
Shell
1go get github.com/baidubce/bce-sdk-go
SDK directory structure
Text
1bce-sdk-go
2 |--auth //BCE signature and authorization
3 |--bce //BCE Common basic components
4 |--http //HTTP communication module for BCE
5 |--Services //BCE Related Service Catalog
6 | |--bcm //BCM Service Catalog
7 | | |--client.go //BCM Client Entry Point
8 | | |--model.go //Data Models for BCM-related APIs
9 | | |--bcm.go //BCM-related API Implementation
10 | |--sts //STS Service Catalog
11 |--util //BCE Common Tool Implementation
Uninstall SDK
To uninstall the SDK, simply delete the downloaded source code.
