Update CLA links to developers.google.com

The code.google.com URLs automatically redirect to these URLs.
1 file changed
tree: 5b12b1410a47e92639ea9e527f53e2efc63cdfed
  1. compute/
  2. examples/
  3. internal/
  4. pubsub/
  5. storage/
  6. .travis.yml
  7. AUTHORS
  8. cloud.go
  9. CONTRIBUTORS
  10. LICENSE
  11. README.md
README.md

Google Cloud for Go

Work in progress, watch the repo for notifications.

We are planning release the initial version with support for the following Cloud APIs.

  • Google Cloud Datastore
  • Google Cloud Storage
  • Google Cloud SQL
  • Google Cloud Pub/Sub
import "google.golang.org/cloud"

Further documentation and examples are available on http://godoc.org/google.golang.org/cloud

Contributing

Fork the repo, make changes, run the tests and open a pull request.

Before we can accept any pull requests we have to jump through a couple of legal hurdles, primarily a Contributor License Agreement (CLA):

  • If you are an individual writing original source code and you‘re sure you own the intellectual property, then you’ll need to sign an individual CLA.
  • If you work for a company that wants to allow you to contribute your work, then you'll need to sign a corporate CLA.

You can sign these electronically (just scroll to the bottom). After that, we'll be able to accept your pull requests.