internal/ directory
Directories ¶
Path | Synopsis |
---|---|
cmd/go/internal/base | Package base defines shared basic pieces of the go command, in particular logging and the Command structure. |
cmd/go/internal/bug | Package bug implements the “go bug” command. |
cmd/go/internal/buildid | |
cmd/go/internal/cfg | Package cfg holds configuration shared by multiple parts of the go command. |
cmd/go/internal/clean | Package clean implements the “go clean” command. |
cmd/go/internal/cmdflag | Package cmdflag handles flag processing common to several go tools. |
cmd/go/internal/doc | Package doc implements the “go doc” command. |
cmd/go/internal/envcmd | Package envcmd implements the “go env” command. |
cmd/go/internal/fix | Package fix implements the “go fix” command. |
cmd/go/internal/fmtcmd | Package fmtcmd implements the “go fmt” command. |
cmd/go/internal/generate | Package generate implements the “go generate” command. |
cmd/go/internal/get | Package get implements the “go get” command. |
cmd/go/internal/help | Package help implements the “go help” command. |
cmd/go/internal/list | Package list implements the “go list” command. |
cmd/go/internal/load | Package load loads packages. |
cmd/go/internal/run | Package run implements the “go run” command. |
cmd/go/internal/str | Package str provides string manipulation utilities. |
cmd/go/internal/test | |
cmd/go/internal/tool | Package tool implements the “go tool” command. |
cmd/go/internal/version | Package version implements the “go version” command. |
cmd/go/internal/vet | Package vet implements the “go vet” command. |
cmd/go/internal/web | Package web defines helper routines for accessing HTTP/HTTPS resources. |
cmd/go/internal/work |
- Version
- v1.9.4
- Published
- Feb 7, 2018
- Platform
- windows/amd64
- Last checked
- 5 seconds ago –
Tools for package owners.