cmd/

directory standard library
go1.24.1 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2025 License: BSD-3-Clause

Directories

Path Synopsis
Addr2line is a minimal simulation of the GNU addr2line tool, just enough to support pprof.
Addr2line is a minimal simulation of the GNU addr2line tool, just enough to support pprof.
asm
Asm, typically invoked as “go tool asm”, assembles the source file into an object file named for the basename of the argument source file with a .o suffix.
Asm, typically invoked as “go tool asm”, assembles the source file into an object file named for the basename of the argument source file with a .o suffix.
Buildid displays or updates the build ID stored in a Go package or binary.
Buildid displays or updates the build ID stored in a Go package or binary.
cgo
Cgo enables the creation of Go packages that call C code.
Cgo enables the creation of Go packages that call C code.
Compile, typically invoked as “go tool compile,” compiles a single Go package comprising the files named on the command line.
Compile, typically invoked as “go tool compile,” compiles a single Go package comprising the files named on the command line.
Covdata is a program for manipulating and generating reports from 2nd-generation coverage testing output files, those produced from running applications or integration tests.
Covdata is a program for manipulating and generating reports from 2nd-generation coverage testing output files, those produced from running applications or integration tests.
Cover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'.
Cover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'.
Dist helps bootstrap, build, and test the Go distribution.
Dist helps bootstrap, build, and test the Go distribution.
Distpack creates the tgz and zip files for a Go distribution.
Distpack creates the tgz and zip files for a Go distribution.
Doc (usually run as go doc) accepts zero, one or two arguments.
Doc (usually run as go doc) accepts zero, one or two arguments.
Fix finds Go programs that use old APIs and rewrites them to use newer ones.
Fix finds Go programs that use old APIs and rewrites them to use newer ones.
go
Go is a tool for managing Go source code.
Go is a tool for managing Go source code.
Gofmt formats Go programs.
Gofmt formats Go programs.
internal
Link, typically invoked as “go tool link”, reads the Go archive or object for a package main, along with its dependencies, and combines them into an executable binary.
Nm lists the symbols defined or used by an object file, archive, or executable.
Nm lists the symbols defined or used by an object file, archive, or executable.
Objdump disassembles executable files.
Objdump disassembles executable files.
Pack is a simple version of the traditional Unix ar tool.
Pack is a simple version of the traditional Unix ar tool.
Pprof interprets and displays profiles of Go programs.
Pprof interprets and displays profiles of Go programs.
Preprofile creates an intermediate representation of a pprof profile for use during PGO in the compiler.
Preprofile creates an intermediate representation of a pprof profile for use during PGO in the compiler.
Test2json converts go test output to a machine-readable JSON stream.
Test2json converts go test output to a machine-readable JSON stream.
Trace is a tool for viewing trace files.
Trace is a tool for viewing trace files.
Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.
Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL