aboutsummaryrefslogtreecommitdiff
path: root/content/migrating-to-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: 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: 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>
* content: add missing word to migrating-to-go-modulesJean de Klerk2019-08-21
| | | | | | Change-Id: Ic3a9e4ef81408b6bb1a0f0b73eb3e4ed5994260c Reviewed-on: https://go-review.googlesource.com/c/blog/+/191177 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: fix link formatting in 'Migrating to Go Modules'Jay Conrod2019-08-21
| | | | | | | Change-Id: I752bd1667a361248f5057087c6c61ba6a504ab57 Reviewed-on: https://go-review.googlesource.com/c/blog/+/191158 Reviewed-by: Jean de Klerk <deklerk@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content: add Migrating to Go ModulesJean de Klerk2019-08-21
Change-Id: I2e99ad040f479cc3074101f129ec7cf2f9fd3861 Reviewed-on: https://go-review.googlesource.com/c/blog/+/190917 Reviewed-by: Jay Conrod <jayconrod@google.com>