]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/cache: fix build failure introduced in CL 78176
authorRuss Cox <rsc@golang.org>
Thu, 16 Nov 2017 16:49:33 +0000 (11:49 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 16 Nov 2017 16:54:03 +0000 (16:54 +0000)
commitca886e0673ab1e199b722d4828b35f6a9c995cbf
tree11039102616e76321c393f3291510ebf4f98c264
parentd06335e28f1a23fbb2a02f406e26bd2a9ec715d0
cmd/go/internal/cache: fix build failure introduced in CL 78176

Maybe a bad git merge - not sure.
In any event, I do miss the trybots.

Noticed while fixing: change print-to-stderr+panic
to pure panic, just so that the test (which catches the panic)
does not print any errors before passing.

Change-Id: If25153ea64e81066455401110ae7a79c36f2f712
Reviewed-on: https://go-review.googlesource.com/78316
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/internal/cache/cache.go
src/cmd/go/internal/cache/cache_test.go