package clean
import "cmd/go/internal/clean"
Package clean implements the “go clean” command.
Index ¶
Variables ¶
var CmdClean = &base.Command{ UsageLine: "clean [-i] [-r] [-n] [-x] [build flags] [packages]", Short: "remove object files", Long: "" /* 1518 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.9.5
- Published
- Mar 29, 2018
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 3 seconds ago –
Tools for package owners.