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
Published
Aug 7, 2024
Platform
windows/amd64
Imports
18 packages
Last checked
20 seconds ago

Tools for package owners.