]> Cypherpunks repositories - gostls13.git/commit
cmd/go: simplify compiler import config preparation
authorRuss Cox <rsc@golang.org>
Thu, 16 Nov 2017 19:56:12 +0000 (14:56 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 16 Nov 2017 21:10:25 +0000 (21:10 +0000)
commit71b0264a3877134e75d2fde3a7359b5664edec4e
treee0d1d5c2d5d0755ec2547ded32b76e46218272a8
parent7edb721fbcd5d5d60887495172748b1f9bec9203
cmd/go: simplify compiler import config preparation

I realized this simplification was possible when writing the vet loop
(just above the code being modified here) but never circled back
to make the compiler loop match.

Change-Id: Ic2277d2a4b6d94ea4897cc3615fc1a29f2fb243c
Reviewed-on: https://go-review.googlesource.com/78395
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/work/exec.go