Go Build Cache: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Go Language =Overview= On a Mac, the build cache resides under <code>/Users/<user-name>/Library/Cache/go-build</code>. The cache can...")
 
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>.
=Fuzz Cache=
Can be cleaned with <code>[[Go_Tool#-fuzzcache|go clean -fuzzcache]]</code>.

Revision as of 01:19, 14 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.

Fuzz Cache

Can be cleaned with go clean -fuzzcache.