internal/

directory standard library
go1.24.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License: BSD-3-Clause

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 cacheprog defines the protocol for a GOCACHEPROG program.
Package cacheprog defines the protocol for a GOCACHEPROG program.
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 fips implements support for the GOFIPS140 build setting.
Package fips implements support for the GOFIPS140 build setting.
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 implements a virtual file system that the go command uses to read source file trees.
Package fsys implements a virtual file system that the go command uses to read source file trees.
Package generate implements the “go generate” command.
Package generate implements the “go generate” command.
Package gover implements support for Go toolchain versions like 1.21.0 and 1.21rc1.
Package gover implements support for Go toolchain versions like 1.21.0 and 1.21rc1.
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.