aboutsummaryrefslogtreecommitdiff
path: root/content/using-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: 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: use numbers for post series descriptionJean de Klerk2019-08-25
| | | | | | | | Rather than a mix of words and numbers. Change-Id: I2102f11f4e66167b9708d5cfb96e2b4a02bc40c1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/191178 Reviewed-by: Jay Conrod <jayconrod@google.com>
* 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>
* blog: fix typo in the using-go-modules postEli Bendersky2019-03-21
| | | | | | Change-Id: Id17835be6a01d4a7c29d25b670f830eb089808d5 Reviewed-on: https://go-review.googlesource.com/c/blog/+/168617 Reviewed-by: Cassandra Salisbury <cls@golang.org>
* blog: update using-go-modules.articleAndrew Bonventre2019-03-20
| | | | | | | | Fixes golang/go#30954 Change-Id: I6aec3d3e54bdcaa12c4e853abe934529e273900b Reviewed-on: https://go-review.googlesource.com/c/blog/+/168403 Reviewed-by: Jay Conrod <jayconrod@google.com>
* blog: add using-go-modules.articleAndrew2019-03-19
Change-Id: I94f26a6e33e19e34ea50de036c167649ee8d0e67 Reviewed-on: https://go-review.googlesource.com/c/blog/+/168357 Reviewed-by: Steve Francia <spf@golang.org>