Install the SDK Package
Updated at:2025-10-27
Install the SDK Package
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:
Plain Text
1go get github.com/baidubce/bce-sdk-go
SDK directory structure
Plain Text
1bce-sdk-go
2 ├── auth //BCE signature classes
3 ├── http //BCE HTTP communication classes
4 ├── services
5 │ └── cce //CCE service-related classes
6 │ ├── v2 //CCE V2 API
7 ├── util //BCE common utilities
8 ├── examples
9 └── cce //CCE object SDK usage examples
Uninstall SDK
To uninstall the SDK, directly delete the source code you downloaded.
