go clean
Remove object files and cached files.
- Print the remove commands instead of actually removing anything:
go clean -n
- Delete the build cache:
go clean -cache
- Delete all cached test results:
go clean -testcache
- Delete the module cache:
go clean -modcache
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).