mirror of
https://github.com/golang/go
synced 2024-11-14 13:50:23 -07:00
cmd/go: add pointer to build flags in "go get" docs
Fixes #67728 Change-Id: Ifbdee77dcebd865eac9501ec4615128eb3a9c9c0 Reviewed-on: https://go-review.googlesource.com/c/go/+/590797 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Matloob <matloob@golang.org> Commit-Queue: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
ce51533a9d
commit
fbe478521f
@ -721,6 +721,8 @@
|
||||
// debugging version control commands when a module is downloaded directly
|
||||
// from a repository.
|
||||
//
|
||||
// For more about build flags, see 'go help build'.
|
||||
//
|
||||
// For more about modules, see https://golang.org/ref/mod.
|
||||
//
|
||||
// For more about using 'go get' to update the minimum Go version and
|
||||
|
@ -113,6 +113,8 @@ The -x flag prints commands as they are executed. This is useful for
|
||||
debugging version control commands when a module is downloaded directly
|
||||
from a repository.
|
||||
|
||||
For more about build flags, see 'go help build'.
|
||||
|
||||
For more about modules, see https://golang.org/ref/mod.
|
||||
|
||||
For more about using 'go get' to update the minimum Go version and
|
||||
|
Loading…
Reference in New Issue
Block a user