package clean
import "cmd/go/internal/clean"
Package clean implements the “go clean” command.
Index ¶
Variables ¶
var CmdClean = &base.Command{ UsageLine: "go clean [clean flags] [build flags] [packages]", Short: "remove object files and cached files", Long: "" /* 1804 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.11.0-rc.1
- Published
- Aug 13, 2018
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 25 seconds ago –
Tools for package owners.