doc/go1.12.html | 4 ++--
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 1b937fdd79592d4fb594b7e168759bc35f6d8783..0c6463a04d7a1c774ce14af3393c1118472ebda0 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -109,7 +109,7 @@ As part of this change, the experimental -shadow option
is no longer available with go vet. Checking for
variable shadowing may now be done using
-go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow +go get -u golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow go vet -vettool=$(which shadow)@@ -121,7 +121,7 @@ The Go tour is no longer included in the main binary distribution. To run the tour locally, instead of running
go tool tour,
manually install it:
-go install golang.org/x/tour +go get -u golang.org/x/tour tour