package clean
import "cmd/go/internal/clean"
Package clean implements the “go clean” command.
Index ¶
Variables ¶
var CmdClean = &base.Command{ UsageLine: "go clean [-i] [-r] [-cache] [-testcache] [-modcache] [-fuzzcache] [build flags] [packages]", Short: "remove object files and cached files", Long: "" /* 2215 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.23.3
- Published
- Nov 6, 2024
- Platform
- linux/amd64
- Imports
- 18 packages
- Last checked
- 1 minute ago –
Tools for package owners.