diff options
Diffstat (limited to 'content/v2-go-modules.article')
-rw-r--r-- | content/v2-go-modules.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/v2-go-modules.article b/content/v2-go-modules.article index fd1afb3..c1693ba 100644 --- a/content/v2-go-modules.article +++ b/content/v2-go-modules.article @@ -15,7 +15,7 @@ This post is part 4 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** (this post) - - Part 5 - [Keeping Your Modules Compatible](/module-compatibility) + - Part 5 — [Keeping Your Modules Compatible](/module-compatibility) As a successful project matures and new requirements are added, past features and design decisions might stop making sense. Developers may want to integrate |