internal/ directory

Directories

PathSynopsis
cmd/go/internal/basePackage base defines shared basic pieces of the go command, in particular logging and the Command structure.
cmd/go/internal/bugPackage bug implements the “go bug” command.
cmd/go/internal/buildid
cmd/go/internal/cfgPackage cfg holds configuration shared by multiple parts of the go command.
cmd/go/internal/cleanPackage clean implements the “go clean” command.
cmd/go/internal/cmdflagPackage cmdflag handles flag processing common to several go tools.
cmd/go/internal/docPackage doc implements the “go doc” command.
cmd/go/internal/envcmdPackage envcmd implements the “go env” command.
cmd/go/internal/fixPackage fix implements the “go fix” command.
cmd/go/internal/fmtcmdPackage fmtcmd implements the “go fmt” command.
cmd/go/internal/generatePackage generate implements the “go generate” command.
cmd/go/internal/getPackage get implements the “go get” command.
cmd/go/internal/helpPackage help implements the “go help” command.
cmd/go/internal/listPackage list implements the “go list” command.
cmd/go/internal/loadPackage load loads packages.
cmd/go/internal/runPackage run implements the “go run” command.
cmd/go/internal/strPackage str provides string manipulation utilities.
cmd/go/internal/test
cmd/go/internal/toolPackage tool implements the “go tool” command.
cmd/go/internal/versionPackage version implements the “go version” command.
cmd/go/internal/vetPackage vet implements the “go vet” command.
cmd/go/internal/webPackage web defines helper routines for accessing HTTP/HTTPS resources.
cmd/go/internal/work
Version
v1.9.0-rc.2
Published
Aug 7, 2017
Platform
linux/amd64
Last checked
56 seconds ago

Tools for package owners.