Go Build Cache: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
On a Mac, the build cache resides under <code>/Users/<user-name>/Library/Cache/go-build</code>. The cache can be cleaned with <code>[[Go_Tool#clean|go clean]]</code>. | On a Mac, the build cache resides under <code>/Users/<user-name>/Library/Cache/go-build</code>. The cache can be cleaned with <code>[[Go_Tool#clean|go clean]]</code>. | ||
<font color=darkkhaki>What is the relationship with the [[Go_Modules#Module_Cache|module cache]]? | |||
=Fuzz Cache= | =Fuzz Cache= | ||
Can be cleaned with <code>[[Go_Tool#-fuzzcache|go clean -fuzzcache]]</code>. | Can be cleaned with <code>[[Go_Tool#-fuzzcache|go clean -fuzzcache]]</code>. |
Revision as of 18:40, 15 September 2023
Internal
Overview
On a Mac, the build cache resides under /Users/<user-name>/Library/Cache/go-build
. The cache can be cleaned with go clean
.
What is the relationship with the module cache?
Fuzz Cache
Can be cleaned with go clean -fuzzcache
.