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

clean.go

Version
v1.23.0-rc.2
Published
Jul 16, 2024
Platform
linux/amd64
Imports
18 packages
Last checked
3 minutes ago

Tools for package owners.