go-clean (1) Linux Manual Page
go-clean – remove object files and cached files Synopsisgo clean [-i] [-r] [-n] [-x] [packages] DescriptionClean 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 build. If a…
