# baidubce-sdk-go-examples **Repository Path**: guoyao/baidubce-sdk-go-examples ## Basic Information - **Project Name**: baidubce-sdk-go-examples - **Description**: examples for baidubce-sdk-go - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 0 - **Created**: 2017-01-16 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # baidubce-sdk-go-examples The repository contains all examples for [baidubce-sdk-go](https://github.com/guoyao/baidubce-sdk-go) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ## Dependencies ``` go get github.com/guoyao/baidubce-sdk-go/... ``` ## Run Before run examples, you should setup two environment variables: `BAIDU_BCE_AK` and `BAIDU_BCE_SK` ``` go run bce/bce.go go run bos/bos.go ``` ## Authors **Guoyao Wu** + [https://guoyao.me](https://guoyao.me) + [https://github.com/guoyao](https://github.com/guoyao)