aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/cfg/cfg.go
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2019-02-15 17:06:57 -0500
committerBryan C. Mills <bcmills@google.com>2019-03-11 14:22:02 +0000
commitfd080ea3bcc2b170b787b38ab7920d170ca65682 (patch)
treed3d2f03ca5f58817ef9c8f72c80bba0530fe761d /src/cmd/go/internal/cfg/cfg.go
parent1c2d4da10f6edf9a83fb0cffaaf9f631f462d26b (diff)
downloadgo-fd080ea3bcc2b170b787b38ab7920d170ca65682.tar.gz
go-fd080ea3bcc2b170b787b38ab7920d170ca65682.zip
cmd/go: resolve non-standard imports from within GOROOT/src using vendor directories
Updates #30228 Fixes #26924 Change-Id: Ie625c64721559c7633396342320536396cd1fcf5 Reviewed-on: https://go-review.googlesource.com/c/go/+/164621 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
Diffstat (limited to 'src/cmd/go/internal/cfg/cfg.go')
-rw-r--r--src/cmd/go/internal/cfg/cfg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/internal/cfg/cfg.go b/src/cmd/go/internal/cfg/cfg.go
index 8dc4d1fbd2..325e7d50af 100644
--- a/src/cmd/go/internal/cfg/cfg.go
+++ b/src/cmd/go/internal/cfg/cfg.go
@@ -38,7 +38,7 @@ var (
BuildWork bool // -work flag
BuildX bool // -x flag
- CmdName string // "build", "install", "list", etc.
+ CmdName string // "build", "install", "list", "mod tidy", etc.
DebugActiongraph string // -debug-actiongraph flag (undocumented, unstable)
)