aboutsummaryrefslogtreecommitdiff
path: root/content/using-go-modules.article
diff options
context:
space:
mode:
authorJay Conrod <jayconrod@google.com>2020-07-24 10:54:22 -0400
committerJay Conrod <jayconrod@google.com>2020-07-24 15:45:27 +0000
commitd59e95f1479737b791e722c8372afe17cc012e9c (patch)
tree05877849a1f4d91bc029e6f519d44fd7ab471b36 /content/using-go-modules.article
parent2f141f66467ca45a15383ffb4889a273270eb667 (diff)
content: use em dashes in module article series links
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>
Diffstat (limited to 'content/using-go-modules.article')
-rw-r--r--content/using-go-modules.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/using-go-modules.article b/content/using-go-modules.article
index 7325c2a..3894afd 100644
--- a/content/using-go-modules.article
+++ b/content/using-go-modules.article
@@ -15,7 +15,7 @@ This post is part 1 in a series.
- Part 2 — [Migrating To Go Modules](/migrating-to-go-modules)
- Part 3 — [Publishing Go Modules](/publishing-go-modules)
- Part 4 — [Go Modules: v2 and Beyond](/v2-go-modules)
- - Part 5 - [Keeping Your Modules Compatible](/module-compatibility)
+ - Part 5 — [Keeping Your Modules Compatible](/module-compatibility)
Go 1.11 and 1.12 include preliminary
[support for modules](https://golang.org/doc/go1.11#modules),