mirror of
https://github.com/golang/go
synced 2024-11-17 10:14:46 -07:00
internal/cache: document 'go clean -fuzzcache' in README
Fixes: #48900 Change-Id: I9235441886ed7cbdfdcbd283480f52d9216c3ea2 Reviewed-on: https://go-review.googlesource.com/c/go/+/357233 Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Katie Hockman <katie@golang.org> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Katie Hockman <katie@golang.org>
This commit is contained in:
parent
23dd389ac6
commit
b2d826c09f
1
src/cmd/go/internal/cache/default.go
vendored
1
src/cmd/go/internal/cache/default.go
vendored
@ -30,6 +30,7 @@ var (
|
||||
// README as a courtesy to explain where it came from.
|
||||
const cacheREADME = `This directory holds cached build artifacts from the Go build system.
|
||||
Run "go clean -cache" if the directory is getting too large.
|
||||
Run "go clean -fuzzcache" to delete the fuzz cache.
|
||||
See golang.org to learn more about Go.
|
||||
`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user