aboutsummaryrefslogtreecommitdiff
path: root/content/why-generics.article
Commit message (Collapse)AuthorAge
* content: write real summary for each articleRuss Cox2020-03-17
| | | | | | | | | | | | | | | | | | The pre-Markdown blog invented a summary by copying the first paragraph of text. Often this was nonsense or at least useless. The new Markdown-enabled present format adds an explicit Summary line. The conversion populated these with the same first paragraph that the old format would have used implicitly. This commit rewrites them all to be proper short summaries. Change-Id: If2e1e101b95558d7ecd53c613f733a7f89c680f1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/223598 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: convert to Markdown-enabled present inputsRuss Cox2020-03-17
| | | | | | | | | | | | Converted blog to Markdown-enabled present (CL 222846) using present2md (CL 222847). For golang/go#33955. Change-Id: Ib39fa1ddd9a46f9c7a62a2ca7b96e117635553e8 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222848 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* 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: fix some markup typos & mistakesRuss Cox2020-03-11
| | | | | | | | | | For golang/go#33955. Change-Id: I92c3c896055ed1baae34b0d85539068e6221ad38 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222838 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content: add links to Gophercon 2019 videosRicardo Seriani2019-09-02
| | | | | | | | | | Change-Id: I7f084729b549a6d83b6ca485185e171b0df3a301 GitHub-Last-Rev: 27a7458be67a9631271aee2980f5781127859cb3 GitHub-Pull-Request: golang/blog#24 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192138 Reviewed-by: Andrew Bonventre <andybons@golang.org> Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content/why-generics: fix ReverseAndPrintRuss Cox2019-07-31
| | | | | | | | | Reverse has no return value. Change-Id: I400652e98c993555c25c3c7649518e66bfc3e9e7 Reviewed-on: https://go-review.googlesource.com/c/blog/+/188380 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: add "Why Generics" blog postIan Lance Taylor2019-07-31
This is a blog post version of my Gophercon 2019 talk. Change-Id: Ie26d1acb9132b8a7c22599b5f3b000f5a3441907 Reviewed-on: https://go-review.googlesource.com/c/blog/+/188239 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> Reviewed-by: Robert Griesemer <gri@golang.org> Reviewed-by: Steve Francia <spf@golang.org>