aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean de Klerk <deklerk@google.com>2019-08-21 11:41:50 -0600
committerJean de Klerk <deklerk@google.com>2019-08-25 05:32:59 +0000
commitf07bce1a3be506139598e6bb6677cebcdda3ab19 (patch)
tree228be49b1ea844700b786804298bd8c34674dad5
parentde9a6dab436af6b5ae84dabf1202a651f48b6f79 (diff)
content: use numbers for post series description
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>
-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 3ced856..0c146c8 100644
--- a/content/using-go-modules.article
+++ b/content/using-go-modules.article
@@ -7,7 +7,7 @@ Tyler Bui-Palsulich
Eno Compton
* Introduction
-This post is part one in a series. See part 2 — [[https://blog.golang.org/migrating-to-go-modules][Migrating to Go Modules]].
+This post is part 1 in a series. See part 2 — [[https://blog.golang.org/migrating-to-go-modules][Migrating to Go Modules]].
Go 1.11 and 1.12 include preliminary
[[https://golang.org/doc/go1.11#modules][support for modules]],