aboutsummaryrefslogtreecommitdiff
path: root/content/publishing-go-modules.article
Commit message (Collapse)AuthorAge
* content: fix code block in Publishing Go Modules articleDmitri Shuralyov2020-07-27
| | | | | | | | | | | | | | | | | | | | When indentation is used to create a code block immediately following a list, Markdown syntax is ambiguous: it can be interpreted as another text paragraph belonging to the last list entry, or as a standalone code block. The original behavior in CL 197637 made this unambiguously a code block because the present format did not support lists. This changed when the article was converted to use Markdown syntax in CL 222848. Start using a fenced code block instead of indentation to resolve the Markdown ambiguity and restore original behavior. For golang/go#33955. Change-Id: I9537bc72d7a32f90592942591b2688fb2f26c452 Reviewed-on: https://go-review.googlesource.com/c/blog/+/245017 Reviewed-by: Jean de Klerk <deklerk@google.com>
* 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: 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: 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>
* content: add Publishing Go Modules articleTyler Bui-Palsulich2019-09-27
Change-Id: I88fc170cbaca046caea7c66026024e503afb0d1e Reviewed-on: https://go-review.googlesource.com/c/blog/+/197637 Reviewed-by: Jay Conrod <jayconrod@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com>