]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make it clearer that go generate accepts all build flags
authorRob Pike <r@golang.org>
Thu, 19 Nov 2015 20:33:32 +0000 (12:33 -0800)
committerRob Pike <r@golang.org>
Fri, 20 Nov 2015 00:28:11 +0000 (00:28 +0000)
commit997ed6fd3b812a280457f93114dd5aaaf4be056f
tree2409aad7a75329e0da4e8702873410cb182ec910
parentf2a0fc10c957959f1a495da0595b7987766467a0
cmd/go: make it clearer that go generate accepts all build flags

Just add one word to clarify that -n -v -x are not the only build flags supported.

Fixes #13237.

Change-Id: I880472639bf2fc1a0751a83041bc7ddd0c9e55f4
Reviewed-on: https://go-review.googlesource.com/17062
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/generate.go