aboutsummaryrefslogtreecommitdiff
path: root/content/v2-go-modules.article
Commit message (Collapse)AuthorAge
* content: use em dashes in module article series linksJay Conrod2020-07-24
| | | | | | | | | | | | For the first four articles in the module series, this CL replaces a hyphen with an em dash before the link to the fifth article, consistent with other links. Change-Id: Id9c066079a1467ee432c0284b1692fade32709d1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/244757 Run-TryBot: Jay Conrod <jayconrod@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jean de Klerk <deklerk@google.com>
* content: add module_compatibility.articleJean de Klerk2020-07-07
| | | | | | | | Change-Id: I89beb3406bb76ebfab5419318ae6d9584b66aafd Reviewed-on: https://go-review.googlesource.com/c/blog/+/232777 Run-TryBot: Jean de Klerk <deklerk@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
* 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: 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: ensure better semver versions in the v2 modules articleAinar Garipov2019-11-15
| | | | | | | | | | | | The Semantic Versioning specification at https://semver.org uses dots to separate the numeric part of a pre-release version from the non-numeric to ensure that they sort correctly. Make the article comply. Change-Id: I7a366e4c180f5048b1cc19cdf3e66c515989e4ab Reviewed-on: https://go-review.googlesource.com/c/blog/+/206157 Reviewed-by: Jean de Klerk <deklerk@google.com> Reviewed-by: Jay Conrod <jayconrod@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com>
* content: fix numbering on v2 postJean de Klerk2019-11-07
| | | | | | Change-Id: Ic338e840a45ddf4f7da2de18941c352fab882bfb Reviewed-on: https://go-review.googlesource.com/c/blog/+/205919 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: add "Go Modules: v2 and Beyond" articleJean de Klerk2019-11-07
Change-Id: I1ee6d40da259e7082916d469b8d3f30bcc35898a Reviewed-on: https://go-review.googlesource.com/c/blog/+/205557 Reviewed-by: Jay Conrod <jayconrod@google.com>