import "cmd/go/internal/clean"
Package clean implements the “go clean” command.
var CmdClean = &base.Command{ UsageLine: "go clean [clean flags] [build flags] [packages]", Short: "remove object files and cached files", Long: "" /* 1850 byte string literal not displayed */, }
Package clean imports 15 packages (graph) and is imported by 5 packages. Updated 2021-01-21. Refresh now. Tools for package owners.