diff --git a/doc/install-source.html b/doc/install-source.html index 9aaf588124c..59d984fd388 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -250,6 +250,16 @@ You must also have a workspace (GOPATH) set up; see How to Write Go Code for the details.

+

+Note: The go command will install the godoc +binary to $GOROOT/bin (or $GOBIN) and the +cover and vet binaries to +$GOROOT/pkg/tool/$GOOS_$GOARCH. +You can access the latter commands with +"go tool cover" and +"go tool vet". +

+

Community resources