This repository contains sample code for the Go Getting Started on Google Cloud Platform
Please refer to the guide for full instructions on how to run the samples.
$ go get -d github.com/GoogleCloudPlatform/golang-samples/getting-started
$ cd $GOPATH/src/github.com/GoogleCloudPlatform/golang-samples/getting-started/helloworld
$ go run helloworld.go
$ gcloud app deploy
$ cd $GOPATH/src/github.com/GoogleCloudPlatform/golang-samples/getting-started/bookshelf/app
$ vim ../config.go
$ go run *.go
$ gcloud app deploy
$ cd $GOPATH/src/github.com/GoogleCloudPlatform/golang-samples/getting-started/bookshelf/pubsub_worker
$ vim ../config.go
$ go run *.go
$ gcloud app deploy
See CONTRIBUTING.md
The source code in this repository is available under the Apache 2.0 license.