]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/cache: remove log.txt from the cache directory
authorBryan C. Mills <bcmills@google.com>
Fri, 15 Mar 2019 13:10:09 +0000 (09:10 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 15 Mar 2019 21:25:01 +0000 (21:25 +0000)
commit37e4a61d26d3b10aa11c5155b72c6bc882bd3122
treefc81df6d326f7b1f08b94c1a9080c125ceae2178
parent64b1889e2d98e336160cad337a7781c720696290
cmd/go/internal/cache: remove log.txt from the cache directory

Also remove an existing log.txt in the cache directory during
'go clean -cache' if it exists.

Fixes #25323

Change-Id: I1c6e20554db0edc6d850a7b4379d71ef5844eaea
Reviewed-on: https://go-review.googlesource.com/c/go/+/167741
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/cache/cache.go
src/cmd/go/internal/cache/cache_test.go
src/cmd/go/internal/clean/clean.go