Install the SDK Package
Last Updated:2025-11-14
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:
go get github.com/baidubce/bce-sdk-goSDK directory structure
bce-sdk-go
|--auth //BCE signature and authorization
|--bce //BCE Common basic components
|--http //HTTP communication module for BCE
|--Services //BCE Related Service Catalog
| |--bcm //BCM Service Catalog
| | |--client.go //BCM Client Entry Point
| | |--model.go //Data Models for BCM-related APIs
| | |--bcm.go //BCM-related API Implementation
| |--sts //STS Service Catalog
|--util //BCE Common Tool ImplementationUninstall SDK
To uninstall the SDK, simply delete the downloaded source code.
