diff options
author | Andrew Gerrand <adg@golang.org> | 2013-06-12 17:52:58 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-06-12 17:52:58 +1000 |
commit | 7e13a0d474457bc5931a8b202bac0a3036a7ea26 (patch) | |
tree | a78e32160071aefe7c9dfe6abc185c28f5abba1c | |
parent | 0985afc57557e73c77b28c0c986199a887d146fd (diff) |
go.blog: refer to the Google Cloud Platform
R=golang-dev
CC=golang-dev
https://golang.org/cl/10225043
-rw-r--r-- | content/go-and-google-cloud-platform.article | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/go-and-google-cloud-platform.article b/content/go-and-google-cloud-platform.article index 1d41b54..a7f54f2 100644 --- a/content/go-and-google-cloud-platform.article +++ b/content/go-and-google-cloud-platform.article @@ -1,11 +1,11 @@ -Go and Google's Cloud Platform +Go and the Google Cloud Platform 12 Jun 2013 Andrew Gerrand * Introduction -In 2011 we announced the [[https://developers.google.com/appengine/docs/go/overview][Go runtime for App Engine]]. Since then, we have continued to improve the Go App Engine experience, and generally improved Go support in Google's Cloud Platform. For instance, the [[http://code.google.com/p/google-api-go-client][google-api-go-client]] provides a Go interface to a range of Google's public APis, including Compute Engine, Cloud Storage, BigQuery, Drive, and many more. +In 2011 we announced the [[https://developers.google.com/appengine/docs/go/overview][Go runtime for App Engine]]. Since then, we have continued to improve the Go App Engine experience, and generally improved Go support for the Google Cloud Platform. For instance, the [[http://code.google.com/p/google-api-go-client][google-api-go-client]] provides a Go interface to a range of Google's public APis, including Compute Engine, Cloud Storage, BigQuery, Drive, and many more. Learn more by watching these talks from Google I/O this year: |