Install the SDK Package
Updated at:2025-11-03
Runtime environment
The GO SDK functions with Go version 1.3 or later.
Install SDK
Directly download from GitHub
Download Go SDK of Baidu AI Cloud from GitHub using the "go get" tool:
Plain Text
1go get github.com/baidubce/bce-sdk-go
SDK directory structure
Plain Text
11 bce-sdk-go
2 2 |————auth //BCE signature and authorization
3 3 |————http //BCE HTTP communication classes
4 4 |————service //BCE Related Service Catalog
5 5 | |————eccr //CCR Enterprise Edition service catalog
6 6 | | |————eccr_client.go //CCR Enterprise Edition client entry point
7 7 | | |--api.go //CCR Enterprise Edition related API catalog
8 8 |————util //BCE Common Tool Implementation
Uninstall SDK
To uninstall the SDK, directly delete the source code you downloaded.
