cmd/ directory

Directories

PathSynopsis
cmd/addr2lineAddr2line is a minimal simulation of the GNU addr2line tool, just enough to support pprof.
cmd/apiBinary api computes the exported API of a set of Go packages.
cmd/asmAsm, 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.
cmd/asm/internal
cmd/cgoCgo enables the creation of Go packages that call C code.
cmd/compileCompile, typically invoked as “go tool compile,” compiles a single Go package comprising the files named on the command line.
cmd/compile/internal
cmd/coverCover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'.
cmd/dist
cmd/docDoc (usually run as go doc) accepts zero, one or two arguments.
cmd/fixFix finds Go programs that use old APIs and rewrites them to use newer ones.
cmd/goGo is a tool for managing Go source code.
cmd/gofmtGofmt formats Go programs.
cmd/go/internal
cmd/internal
cmd/linkLink, 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.
cmd/link/internal
cmd/nmNm lists the symbols defined or used by an object file, archive, or executable.
cmd/objdumpObjdump disassembles executable files.
cmd/packPack is a simple version of the traditional Unix ar tool.
cmd/pprofPprof interprets and displays profiles of Go programs.
cmd/traceTrace is a tool for viewing trace files.
cmd/vet
cmd/vet/internal
Version
v1.9.0-rc.2
Published
Aug 7, 2017
Platform
windows/amd64
Last checked
53 seconds ago

Tools for package owners.