aboutsummaryrefslogtreecommitdiff
path: root/content/v2-go-modules.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/v2-go-modules.article')
-rw-r--r--content/v2-go-modules.article6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/v2-go-modules.article b/content/v2-go-modules.article
index 54b7e5a..cb8b7be 100644
--- a/content/v2-go-modules.article
+++ b/content/v2-go-modules.article
@@ -96,9 +96,9 @@ This post uses `github.com/googleapis/gax-go` as an example:
header.go
$ cat go.mod
module github.com/googleapis/gax-go
-
+
go 1.9
-
+
require (
github.com/golang/protobuf v1.3.1
golang.org/x/exp v0.0.0-20190221220918-438050ddec5e
@@ -120,7 +120,7 @@ new `v2/` directory and copy our package into it.
header.go
invoke.go
tools.go
-
+
sent 10588 bytes received 130 bytes 21436.00 bytes/sec
total size is 10208 speedup is 0.95
$