]> Cypherpunks repositories - gostls13.git/commit
cmd/go: clarify go get documentation
authorIan Lance Taylor <iant@golang.org>
Thu, 9 Jun 2016 13:42:42 +0000 (06:42 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 10 Jun 2016 04:12:50 +0000 (04:12 +0000)
commitfee02d270bf850d5b390000d8545c3609718e9a5
treebdae12b91e1a1b8005415d92ee507549aec03275
parent5f3eb432884ae1b3c61977d93a4bdf0263fcdce6
cmd/go: clarify go get documentation

Make the documentation for `go get` match the documentation for `go
install`, since `go get` essentially invokes `go install`.

Update #15825.

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