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.24.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 18 packages
- Last checked
- 38 minutes ago –
Tools for package owners.