diff options
Diffstat (limited to 'go/golang/gocache/README')
-rw-r--r-- | go/golang/gocache/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/go/golang/gocache/README b/go/golang/gocache/README new file mode 100644 index 00000000..c7c697ef --- /dev/null +++ b/go/golang/gocache/README @@ -0,0 +1,3 @@ +This directory holds cached build artifacts from the Go build system. +Run "go clean -cache" if the directory is getting too large. +See golang.org to learn more about Go. |