Install
Updated at:2025-11-11
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 |--http //HTTP communication module for BCE
5 |--Services //BCE Related Service Catalog
6 | |--csn //CSN
7 |--util //BCE Common Tool Implementation
Uninstall SDK
To uninstall the SDK, simply delete the downloaded source code.
