From: emahiro Date: Thu, 21 Oct 2021 09:01:10 +0000 (+0900) Subject: internal/cache: document 'go clean -fuzzcache' in README X-Git-Tag: go1.18beta1~399 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b2d826c09f0f73cd9dc0022a2b052543e8bf4c06;p=gostls13.git 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 Reviewed-by: Katie Hockman Run-TryBot: Bryan C. Mills TryBot-Result: Go Bot Trust: Katie Hockman --- diff --git a/src/cmd/go/internal/cache/default.go b/src/cmd/go/internal/cache/default.go index 0b1c1e0c20..426dddfb97 100644 --- a/src/cmd/go/internal/cache/default.go +++ b/src/cmd/go/internal/cache/default.go @@ -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. `