gogoo
gogoo encapsulates google cloud api for more specific operation logic. Below are
the including components
Install
go get github.com/iKala/gogoo
Develop
- Clone this project to your
$GOPATH/src
cd $GOPATH/src
git clone git@github.com:iKala/gogoo.git github.com/iKala/gogoo
- You should setup one google cloud project, and create a service account
- Enable the relating API you want to test
- Create a
./gogoo/config/config.json
file to containes below information
{
"service_account": "ooxx@developer.gserviceaccount.com",
"project_id": "your_project_name"
}
- Put the key of service account in
./gogoo/config/key.pem
Reference
License
gogoo is MIT License.