From 3a6da3992a22839acb8257f6a68663ef712fda65 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 21 Mar 2019 08:59:51 -0700 Subject: blog: fix typo in the using-go-modules post Change-Id: Id17835be6a01d4a7c29d25b670f830eb089808d5 Reviewed-on: https://go-review.googlesource.com/c/blog/+/168617 Reviewed-by: Cassandra Salisbury --- content/using-go-modules.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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. -- cgit v1.2.3