aboutsummaryrefslogtreecommitdiff
path: root/content/pkg.go.dev-2020.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: fix link in pkg.go.dev-2020.articleJulie Qiu2020-02-03
| | | | | | | | | | | | | The link text for "file an issue on the Go issue tracker" was https://golang.org/x/discovery-feedback (which is a 404). It is fixed to be https://golang.org/s/discovery-feedback. Fixes golang/go#36968 Change-Id: Ia46ac439544e047bd469c7814c85469d8a5395a2 Reviewed-on: https://go-review.googlesource.com/c/blog/+/217400 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: fix typo in pkg.go.dev-2020.articleJonathan Amsterdam2020-01-31
| | | | | | Change-Id: I3f2419b4a00087c355a57060881a9e9ea8c06faf Reviewed-on: https://go-review.googlesource.com/c/blog/+/217237 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: add pkg.go.dev-2020 articleJulie Qiu2020-01-31
Change-Id: I4fac754fe20eaa8b0def571a15810622a7252890 Reviewed-on: https://go-review.googlesource.com/c/blog/+/217197 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>