From bc0e51555c35552415eb5d4560b43b4bff0e944b Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 25 Sep 2013 18:15:29 +1000 Subject: [PATCH] doc: mention the install locations for godoc, cover, and vet R=golang-dev, r CC=golang-dev https://golang.org/cl/13893043 --- doc/install-source.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/install-source.html b/doc/install-source.html index 9aaf588124..59d984fd38 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

-- 2.50.0