go-*: apply additional suggestions

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
会有猫的
2020-05-15 00:01:50 +08:00
committed by Starbeamrainbowlabs
parent 8421b10d30
commit 4cac843cae
7 changed files with 17 additions and 17 deletions

View File

@@ -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`