From 482079d678d84e207dd9ae63266c4bd4e653886b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 9 Mar 2020 22:11:04 -0400 Subject: 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 --- content/go-and-google-cloud-platform.article | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'content/go-and-google-cloud-platform.article') 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: -- cgit v1.2.3