cmd/ directory

Directories

PathSynopsis
cmd/addr2lineAddr2line is a minimal simulation of the GNU addr2line tool, just enough to support pprof.
cmd/cgoCgo enables the creation of Go packages that call C code.
cmd/coverCover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'.
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/godocGodoc extracts and generates documentation for Go programs.
cmd/gofmtGofmt formats Go programs.
cmd/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/pprof/internal
cmd/vetVet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.
cmd/yaccYacc is a version of yacc for Go.
Version
v1.4.0-rc.1
Published
Nov 17, 2014
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.