]> Cypherpunks repositories - gostls13.git/commit
cmd/go: update 'go get' help message
authorRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 18:08:23 +0000 (13:08 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 18:08:23 +0000 (13:08 -0500)
commit46d6f3c62f9f51ac349b90b2181627d5c1ed424b
tree9b43e0e8861ef35cf57ad0c2a3d2e67f23d8e3f3
parent2ebfaa36b51e860d066799afa90de3efe092ae4a
cmd/go: update 'go get' help message

It accepts all the build flags.
Say that instead of making a copy that will go stale.

Fixes #4742.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7229081
src/cmd/go/doc.go
src/cmd/go/get.go