aboutsummaryrefslogtreecommitdiff
path: root/content/using-go-modules.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/using-go-modules.article')
-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 24ed2c9..d93842e 100644
--- a/content/using-go-modules.article
+++ b/content/using-go-modules.article
@@ -14,7 +14,7 @@ Go’s
[[https://blog.golang.org/versioning-proposal][new dependency management system]]
that makes dependency version information explicit
and easier to manage.
-This blog post is a tutorial to introduction to the basic operations needed
+This blog post is an introduction to the basic operations needed
to get started using modules.
A followup post will cover releasing modules for others to use.