mirror of
https://github.com/golang/go
synced 2024-11-22 16:44:54 -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:
parent
09eac20a92
commit
779120f889
@ -276,7 +276,7 @@
|
|||||||
//
|
//
|
||||||
// Usage:
|
// 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.
|
// Clean removes object files from package source directories.
|
||||||
// The go command builds most objects in a temporary directory,
|
// The go command builds most objects in a temporary directory,
|
||||||
|
Loading…
Reference in New Issue
Block a user