mirror of
https://github.com/golang/go
synced 2024-11-17 21:54:49 -07:00
cmd/go/internal/cfg: remove unused Gopath variable
Change-Id: Ib268157674824fd7552d3c36a61eccf8c720eaeb Reviewed-on: https://go-review.googlesource.com/c/go/+/167083 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
fda1dc2939
commit
718fdd7b48
@ -73,7 +73,6 @@ var (
|
||||
Goarch = BuildContext.GOARCH
|
||||
Goos = BuildContext.GOOS
|
||||
ExeSuffix string
|
||||
Gopath = filepath.SplitList(BuildContext.GOPATH)
|
||||
|
||||
// ModulesEnabled specifies whether the go command is running
|
||||
// in module-aware mode (as opposed to GOPATH mode).
|
||||
|
Loading…
Reference in New Issue
Block a user