go-*: apply additional suggestions
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
8421b10d30
commit
4cac843cae
@@ -3,18 +3,18 @@
|
||||
> Remove object files and cached files.
|
||||
> More information: <https://golang.org/cmd/go/#hdr-Remove_object_files_and_cached_files>.
|
||||
|
||||
- Print the remove commands only:
|
||||
- Print the remove commands instead of actually removing anything:
|
||||
|
||||
`go clean -n`
|
||||
|
||||
- Remove build cache:
|
||||
- Delete the build cache:
|
||||
|
||||
`go clean -cache`
|
||||
|
||||
- Remove cached test results:
|
||||
- Delete all cached test results:
|
||||
|
||||
`go clean -testcache`
|
||||
|
||||
- Remove module cache:
|
||||
- Delete the module cache:
|
||||
|
||||
`go clean -modcache`
|
||||
|
Reference in New Issue
Block a user