package clean

import "cmd/go/internal/clean"

Package clean implements the “go clean” command.

Index

Variables

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 */,
}

Source Files

clean.go

Version
v1.17.10
Published
May 10, 2022
Platform
windows/amd64
Imports
16 packages
Last checked
7 seconds ago

Tools for package owners.