Install the SDK Package
Updated at:2025-11-11
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:
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 | |--et //Dedicated line
7 |--util //BCE Common Tool Implementation
Uninstall SDK
To uninstall the SDK, simply delete the downloaded source code.
