package clean

import "cmd/go/internal/clean"

Package clean implements the “go clean” command.

Index

Variables

var CmdClean = &base.Command{
	UsageLine: "clean [-i] [-r] [-n] [-x] [build flags] [packages]",
	Short:     "remove object files",
	Long:      "" /* 1518 byte string literal not displayed */,
}

Source Files

clean.go

Version
v1.9.2
Published
Oct 25, 2017
Platform
linux/amd64
Imports
9 packages
Last checked
3 seconds ago

Tools for package owners.