1
0
mirror of https://github.com/golang/go synced 2024-11-22 10:44:41 -07:00

Updated go clean command help message

Run go generate and push alldocs.go (generated file) with the existing changeset.
This commit is contained in:
Mohamed Yousif 2024-06-23 10:05:25 +03:00
parent 09eac20a92
commit 779120f889

View File

@ -276,7 +276,7 @@
//
// Usage:
//
// go clean [clean flags] [build flags] [packages]
// go clean [-i] [-r] [-cache] [-testcache] [-modcache] [-fuzzcache] [build flags] [packages]
//
// Clean removes object files from package source directories.
// The go command builds most objects in a temporary directory,