diff --git a/doc/go1.12.html b/doc/go1.12.html index 1b937fdd79..0c6463a04d 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -109,7 +109,7 @@ Do not send CLs removing the interior tags from such phrases. 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