diff options
author | Russ Cox <rsc@golang.org> | 2020-03-09 22:11:04 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2020-03-11 14:10:08 +0000 |
commit | 482079d678d84e207dd9ae63266c4bd4e653886b (patch) | |
tree | 62aa3b630bbe982904f5495fe2cc53d60a87c92d /content/go-and-google-cloud-platform.article | |
parent | 0b4fcd39865e575704b5928c9a8f1cd21e18e8b2 (diff) |
content: wrap long lines using new program wrap.go
Wrapping long lines will make diffs easier to read
for the eventual conversion to Markdown.
For golang/go#33955.
Change-Id: Ibcc1b5a84ccc9144b5fcdc9266f2da3e2cf3c5a3
Reviewed-on: https://go-review.googlesource.com/c/blog/+/222839
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'content/go-and-google-cloud-platform.article')
-rw-r--r-- | content/go-and-google-cloud-platform.article | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/content/go-and-google-cloud-platform.article b/content/go-and-google-cloud-platform.article index 4299960..2da1591 100644 --- a/content/go-and-google-cloud-platform.article +++ b/content/go-and-google-cloud-platform.article @@ -5,7 +5,13 @@ 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 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. +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: |