]> Cypherpunks repositories - gostls13.git/commit
cmd/go: do not use cache when -a is specified
authorRuss Cox <rsc@golang.org>
Sun, 5 Nov 2017 21:25:00 +0000 (16:25 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 6 Nov 2017 20:17:05 +0000 (20:17 +0000)
commiteca28cc4f3ae13bfb5817419e801c8a61929bc2a
tree5fd5f22bfd4963b3754281ea6f0a164358dec4df
parentf3c46355d7a4c794228e4d8cd6bbaabbef23a345
cmd/go: do not use cache when -a is specified

Clearly -a means don't use the cache.
An oversight that it did.

Fixes #22586.

Change-Id: I250b351439bd3fb5f8d6efc235b614f0a75ca64c
Reviewed-on: https://go-review.googlesource.com/76016
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/go_test.go
src/cmd/go/internal/work/buildid.go