]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document the build flags properly for vet
authorRob Pike <r@golang.org>
Fri, 1 Sep 2017 03:00:51 +0000 (13:00 +1000)
committerRob Pike <r@golang.org>
Fri, 1 Sep 2017 04:51:50 +0000 (04:51 +0000)
commite3f3adedcdbe3649e5de2980e85ab054e9d67acf
tree652f8e90be135ab34198bdeaf04194ec7d989cd2
parentf74b52cf505cba5ba8d3af0deae3bb1199c91aac
cmd/go: document the build flags properly for vet

The "build flags" mentioned in the documentation are only those
that apply to analyzing packages and executing the tool.

Fixes #21711.

Change-Id: Ie7b2a354f1e30c928b40888c51fc68e599a5444a
Reviewed-on: https://go-review.googlesource.com/60830
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/vet/vet.go