aboutsummaryrefslogtreecommitdiff
path: root/content/module-mirror-launch.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: 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>
* blog: update links to remove tip subdomain or add httpsAndrew Bonventre2019-09-03
| | | | | | | | | This should not be published until Go 1.13 is out. Change-Id: Ie9c3147d21339106cbbe2e468f1f02b2abea57cd Reviewed-on: https://go-review.googlesource.com/c/blog/+/192742 Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: use gosumcheck command from x/mod subrepoDmitri Shuralyov2019-08-30
| | | | | | | | | | | The gosumcheck command was copied out of x/exp subrepo into the new x/mod subrepo in CL 176639. It's already being used on the index page of https://proxy.golang.org. Use it in the blog post too. Change-Id: I0d21c7d876baabf8b16d999c956512b62c47532f Reviewed-on: https://go-review.googlesource.com/c/blog/+/192419 Reviewed-by: Katie Hockman <katie@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
* blog: fix formatting issue with gosumcheck code exampleKatie Hockman2019-08-29
| | | | | | Change-Id: I46113112b217e12f5a739fcda1018ce035a6f7d0 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192000 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
* blog: publish blog post for module mirror and sumdbKatie Hockman2019-08-29
Change-Id: I65849c0775e61a7d175677fdd713610d83563f27 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192334 Reviewed-by: Heschi Kreinick <heschi@google.com>