go-clean (1) Linux Manual Page
NAME go-clean – remove object files and cached files SYNOPSIS go clean [-i] [-r] [-n] [-x] [packages] DESCRIPTION Clean removes object files from package source directories. The go command builds most objects in a temporary directory, so go clean is mainly concerned with object files left by other tools or by manual invocations of go…
