cmd/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
cmd/addr2line | Addr2line is a minimal simulation of the GNU addr2line tool, just enough to support pprof. |
cmd/cgo | Cgo enables the creation of Go packages that call C code. |
cmd/cover | Cover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'. |
cmd/fix | Fix finds Go programs that use old APIs and rewrites them to use newer ones. |
cmd/go | Go is a tool for managing Go source code. |
cmd/godoc | Godoc extracts and generates documentation for Go programs. |
cmd/gofmt | Gofmt formats Go programs. |
cmd/internal | |
cmd/nm | Nm lists the symbols defined or used by an object file, archive, or executable. |
cmd/objdump | Objdump disassembles executable files. |
cmd/pack | Pack is a simple version of the traditional Unix ar tool. |
cmd/pprof | Pprof interprets and displays profiles of Go programs. |
cmd/pprof/internal | |
cmd/vet | Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string. |
cmd/yacc | Yacc is a version of yacc for Go. |
- Version
- v1.4.0-rc.1
- Published
- Nov 17, 2014
- Platform
- windows/amd64
- Last checked
- 37 seconds ago –
Tools for package owners.