diff options
author | Jean de Klerk <deklerk@google.com> | 2019-08-19 16:27:04 -0600 |
---|---|---|
committer | Dmitri Shuralyov <dmitshur@golang.org> | 2019-08-21 17:00:02 +0000 |
commit | e69e2dc8e2c8567e32d0a9098bf6cef7c7b364a0 (patch) | |
tree | b663094a364c4ce235eb9b537a68bb82deaa563b /content/using-go-modules.article | |
parent | 525c9e00fa4448f39f97c7560e9704d6837602c0 (diff) |
content: add Migrating to Go Modules
Change-Id: I2e99ad040f479cc3074101f129ec7cf2f9fd3861
Reviewed-on: https://go-review.googlesource.com/c/blog/+/190917
Reviewed-by: Jay Conrod <jayconrod@google.com>
Diffstat (limited to 'content/using-go-modules.article')
-rw-r--r-- | content/using-go-modules.article | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/using-go-modules.article b/content/using-go-modules.article index d93842e..3ced856 100644 --- a/content/using-go-modules.article +++ b/content/using-go-modules.article @@ -7,6 +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]]. Go 1.11 and 1.12 include preliminary [[https://golang.org/doc/go1.11#modules][support for modules]], |