# Functions
flag causes clean to remove the entire go build cache.
Clean removes object files from package source directories.
Clean removes object files from package source directories.
causes clean to remove the corresponding installed archive or binary (what 'go install' would create).
causes clean to remove the entire module download cache, including unpacked source code of versioned dependencies.
print the commands.
print the commands but do not run them.
causes clean to be applied recursively to all the dependencies of the packages named by the import paths.
No description provided by the author
No description provided by the author
flag causes clean to expire all test results in the go build cache.
# Type aliases
No description provided by the author