]> Cypherpunks repositories - gostls13.git/commit
cmd/go: drop PackageInternal.Fake
authorRuss Cox <rsc@golang.org>
Sun, 16 Jul 2017 14:17:37 +0000 (08:17 -0600)
committerRuss Cox <rsc@golang.org>
Tue, 3 Oct 2017 14:11:06 +0000 (14:11 +0000)
commit6b4008db8be6d4d8ca0693c51b1e8f15f8d1f6ce
tree99c1c90838145f0f6792f04137dae5faa67f865e
parent9f52b5ab146572213bfd40463cbf2a513310a2bc
cmd/go: drop PackageInternal.Fake

The point of this code is to print a warning about repeated go test
invocations rebuilding the same packages over and over.
The new cache will eliminate this failure mode and with it
the need for the warning and this field.

Change-Id: Ied79b3ca67d51a61f44629de6ae4974e6c8dd5a9
Reviewed-on: https://go-review.googlesource.com/56282
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/test/test.go