aboutsummaryrefslogtreecommitdiff
path: root/content/go-cloud.article
Commit message (Collapse)AuthorAge
* content: use tabs consistently for code blocks + indentationRuss Cox2020-03-11
| | | | | | | | | | | | A few articles used four spaces instead. The present format will convert to four spaces for indentation on its own; use tabs. The present format does not care what indentation is used, but use tabs everywhere for consistency. For golang/go#33955. Change-Id: I2bab8aa72fa2f68d48fb833b7317f87d7624a05f Reviewed-on: https://go-review.googlesource.com/c/blog/+/222840 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: wrap long lines using new program wrap.goRuss Cox2020-03-11
| | | | | | | | | | | 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>
* blog: correct comma spliceEno Compton2018-07-30
| | | | | | Change-Id: I47e7b2e40e67b7eaf97b1ba3896f79d351392efe Reviewed-on: https://go-review.googlesource.com/126815 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: add go-cloud articleAndrew Bonventre2018-07-24
Change-Id: I2338a4f0accf6502718be684e8bfa52f3f670619 Reviewed-on: https://go-review.googlesource.com/125615 Reviewed-by: Cassandra Salisbury <cls@golang.org> Reviewed-by: Ross Light <light@google.com> Reviewed-by: Hsin Tsao <tsao@google.com>