March 2020
Intermediate to advanced
406 pages
8h 39m
English
The Go command builds binaries in a temporary directory. The go clean command was created in order to remove extraneous object files that are created by other tools or when go build is manually invoked. Go clean has a usage stanza of go clean [clean flags] [build flags] [packages].
The following flags are available for the clean command:
Read now
Unlock full access