diff options
Diffstat (limited to 'content/using-go-modules.article')
-rw-r--r-- | content/using-go-modules.article | 2 |
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), |