]> Cypherpunks repositories - gostls13.git/commit
cmd/go: clean up implicit compiler and linker dependencies
authorRuss Cox <rsc@golang.org>
Thu, 5 Oct 2017 13:22:04 +0000 (09:22 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 5 Oct 2017 18:17:57 +0000 (18:17 +0000)
commit5edfaa2cf8407853a0303fd7ee561f7621140c4f
treec3e9f71f2a62d745df0d82e14a573ee55f833dcc
parent69b0b3ad22c0127e199c94f2866577346efa1287
cmd/go: clean up implicit compiler and linker dependencies

Telling the truth about these will be important for
content-based staleness checks.

Change-Id: Iaed6ca6c945eb805d815156753a3e5dc48c6f0b9
Reviewed-on: https://go-review.googlesource.com/68336
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/load/pkg.go
src/cmd/go/internal/test/test.go
src/cmd/go/internal/work/build.go