diff options
author | Jean de Klerk <deklerk@google.com> | 2020-05-07 12:33:05 -0600 |
---|---|---|
committer | Jean de Klerk <deklerk@google.com> | 2020-07-07 16:27:27 +0000 |
commit | 52f6e033d5643a89ff59ffe1cd1fa6f0fa949e99 (patch) | |
tree | 6733dcf9b2fc3fd0d9527b8db5321b1baae55f54 /content/using-go-modules.article | |
parent | 2b26ce177339bd0213ea36904b0968c7244b54d2 (diff) |
content: add module_compatibility.article
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>
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 1ed22b4..7325c2a 100644 --- a/content/using-go-modules.article +++ b/content/using-go-modules.article @@ -15,6 +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) Go 1.11 and 1.12 include preliminary [support for modules](https://golang.org/doc/go1.11#modules), |