aboutsummaryrefslogtreecommitdiff
path: root/content/go-maps-in-action.article
Commit message (Collapse)AuthorAge
* content: make spacing consistent + remove commentsRuss Cox2020-03-11
| | | | | | | | | | | | Remove repeated blank lines, trailing spaces, trailing blank lines Remove comments from survey2018.article (only article using them). Remove blank lines between successive ".commands". For golang/go#33955. Change-Id: I90cae37a859a8e39549520569d5f10bc455415d3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222841 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>
* content/go-maps-in-action: remove line about random iteration orderAndrew Bonventre2019-09-25
| | | | | | | | | | | | | | | This article is cited as a source of confusion on whether map iteration is "random", something that is objectively correct because woefully underdefined, but that some have assumed to mean "uniformly random" - which is not: - https://twitter.com/wallyqs/status/1135719212024909824 - https://twitter.com/ultimateboy/status/1135325432624975872 Based on golang.org/cl/180457 by Carlo Alberto Ferraris Change-Id: I2b75bc1ce592502fc1ddeb941a5a258dcb1925a1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/197238 Reviewed-by: Bryan C. Mills <bcmills@google.com>
* blog/content/go-maps-in-action: clean up ambiguous final paragraphRob Pike2018-05-30
| | | | | | | | | | | | | Rewrite final paragraph for clarity. The grammar was ambiguous and confusing. Break up the huge paragraph into multiple lines. I left the rest of the document untouched to localize the changes. Fixes golang/go#25647. Change-Id: I8f3b54c3429e60658437731c357e7e7feb8937f3 Reviewed-on: https://go-review.googlesource.com/115395 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: update all golang.org links to httpsAgniva De Sarker2018-04-13
| | | | | | | | | | Ran sed -i 's/\[\[http:\/\/golang.org/\[\[https:\/\/golang.org/g' *.article Change-Id: I88acc5104e1a3fc5e9a1cf11b600b657202d8997 Reviewed-on: https://go-review.googlesource.com/106955 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* go.blog: update tagsAndrew Gerrand2013-06-05
| | | | | | | | | | This makes the articles cross-reference each other better. In particular, I added the "technical" tag for in-depth technical posts. R=bradfitz, r CC=golang-dev https://golang.org/cl/9960043
* go.blog: fix formatting in maps articleAndrew Gerrand2013-03-15
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/7811044
* go.blog: add contentAndrew Gerrand2013-03-08
R=golang-dev, r CC=golang-dev https://golang.org/cl/7436052