Install the SDK Package
Updated at:2025-10-16
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
1 go get github.com/baidubce/bce-sdk-go
SDK directory structure
Plain Text
1bce-sdk-go
2 |--auth //BCE signature and authorization
3 |--bce //BCE Common basic components
4 |--examples //SDK usage examples for BCE {-1-}
5 |--http //HTTP communication module for BCE
6 |--Services //BCE Related Service Catalog
7 | |--eip //EIP
8 |--util //BCE Common Tool Implementation
9
Uninstall SDK
To uninstall the SDK, simply delete the downloaded source code.
