Directories
¶
| Path | Synopsis |
|---|---|
|
Package auth provides access to user-provided authentication credentials.
|
Package auth provides access to user-provided authentication credentials. |
|
Package base defines shared basic pieces of the go command, in particular logging and the Command structure.
|
Package base defines shared basic pieces of the go command, in particular logging and the Command structure. |
|
Package bug implements the “go bug” command.
|
Package bug implements the “go bug” command. |
|
Package cache implements a build artifact cache.
|
Package cache implements a build artifact cache. |
|
Package cfg holds configuration shared by multiple parts of the go command.
|
Package cfg holds configuration shared by multiple parts of the go command. |
|
Package clean implements the “go clean” command.
|
Package clean implements the “go clean” command. |
|
Package cmdflag handles flag processing common to several go tools.
|
Package cmdflag handles flag processing common to several go tools. |
|
Package doc implements the “go doc” command.
|
Package doc implements the “go doc” command. |
|
Package envcmd implements the “go env” command.
|
Package envcmd implements the “go env” command. |
|
Package fix implements the “go fix” command.
|
Package fix implements the “go fix” command. |
|
Package fmtcmd implements the “go fmt” command.
|
Package fmtcmd implements the “go fmt” command. |
|
Package fsys is an abstraction for reading files that allows for virtual overlays on top of the files on disk.
|
Package fsys is an abstraction for reading files that allows for virtual overlays on top of the files on disk. |
|
Package generate implements the “go generate” command.
|
Package generate implements the “go generate” command. |
|
Package get implements the “go get” command.
|
Package get implements the “go get” command. |
|
Package help implements the “go help” command.
|
Package help implements the “go help” command. |
|
Package list implements the “go list” command.
|
Package list implements the “go list” command. |
|
Package load loads packages.
|
Package load loads packages. |
|
Package lockedfile creates and manipulates files whose contents should only change atomically.
|
Package lockedfile creates and manipulates files whose contents should only change atomically. |
|
internal/filelock
Package filelock provides a platform-independent API for advisory file locking.
|
Package filelock provides a platform-independent API for advisory file locking. |
|
Package modcmd implements the “go mod” command.
|
Package modcmd implements the “go mod” command. |
|
codehost
Package codehost defines the interface implemented by a code hosting source, along with support code for use by implementations.
|
Package codehost defines the interface implemented by a code hosting source, along with support code for use by implementations. |
|
Package modget implements the module-aware “go get” command.
|
Package modget implements the module-aware “go get” command. |
|
|