]> Cypherpunks repositories - gostls13.git/commit
cmd/go: stop treating GOROOT binaries specially
authorRuss Cox <rsc@golang.org>
Thu, 5 Oct 2017 18:02:54 +0000 (14:02 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 5 Oct 2017 20:06:29 +0000 (20:06 +0000)
commitaac0d52d97351e0b2acaf5bb9b106eafc9e087cb
tree7b30695b0d96db199d8095edb3231ac07e93101f
parent97d17fcfd19594afc03ee68e9d74b9db14798c7f
cmd/go: stop treating GOROOT binaries specially

This was for cmd/cgo, and cmd/cgo isn't special anymore.

Change-Id: I71efaf553b24798b523c7102859428d36b470698
Reviewed-on: https://go-review.googlesource.com/68530
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/internal/cfg/cfg.go
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/work/build.go