cmd/ directory
Directories ¶
Path | Synopsis |
---|---|
cmd/auth | |
cmd/auth/authtest | authtest is a diagnostic tool for implementations of the GOAUTH protocol described in https://golang.org/issue/26232. |
cmd/auth/cookieauth | cookieauth uses a “Netscape cookie file” to implement the GOAUTH protocol described in https://golang.org/issue/26232. |
cmd/auth/gitauth | gitauth uses 'git credential' to implement the GOAUTH protocol described in https://golang.org/issue/26232. |
cmd/auth/netrcauth | netrcauth uses a .netrc file (or _netrc file on Windows) to implement the GOAUTH protocol described in https://golang.org/issue/26232. |
cmd/benchcmp | Deprecated: benchcmp is deprecated in favor of benchstat: golang.org/x/perf/cmd/benchstat |
cmd/bisect | Bisect finds changes responsible for causing a failure. |
cmd/bundle | Bundle creates a single-source-file version of a source package suitable for inclusion in a particular target package. |
cmd/callgraph | callgraph: a tool for reporting the call graph of a Go program. |
cmd/compilebench | Compilebench benchmarks the speed of the Go compiler. |
cmd/deadcode | The deadcode command reports unreachable functions in Go programs. |
cmd/digraph | |
cmd/eg | The eg command performs example-based refactoring. |
cmd/file2fuzz | file2fuzz converts binary files, such as those used by go-fuzz, to the Go fuzzing corpus format. |
cmd/fiximports | The fiximports command fixes import declarations to use the canonical import path for packages that have an "import comment" as defined by https://golang.org/s/go14customimport. |
cmd/go-contrib-init | The go-contrib-init command helps new Go contributors get their development environment set up for the Go contribution process. |
cmd/godex | The godex command prints (dumps) exported information of packages or selected package objects. |
cmd/godoc | Godoc extracts and generates documentation for Go programs. |
cmd/goimports | Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones. |
cmd/gomvpkg | The gomvpkg command moves go packages, updating import declarations. |
cmd/gonew | Gonew starts a new Go module by copying a template module. |
cmd/gotype | The gotype command, like the front-end of a Go compiler, parses and type-checks a single Go package. |
cmd/goyacc | Goyacc is a version of yacc for Go. |
cmd/html2article | This program takes an HTML file and outputs a corresponding article file in present format. |
cmd/present | Present displays slide presentations and articles. |
cmd/present2md | Present2md converts legacy-syntax present files to Markdown-syntax present files. |
cmd/signature-fuzzer | |
cmd/signature-fuzzer/fuzz-driver | |
cmd/signature-fuzzer/fuzz-runner | |
cmd/signature-fuzzer/internal | |
cmd/splitdwarf | Splitdwarf uncompresses and copies the DWARF segment of a Mach-O executable into the "dSYM" file expected by lldb and ports of gdb on OSX. |
cmd/splitdwarf/internal | |
cmd/ssadump | ssadump: a tool for displaying and interpreting the SSA form of Go programs. |
cmd/stress | The stress utility is intended for catching sporadic failures. |
cmd/stringer | Stringer is a tool to automate the creation of methods that satisfy the fmt.Stringer interface. |
cmd/toolstash | Toolstash provides a way to save, run, and restore a known good copy of the Go toolchain and to compare the object files generated by two toolchains. |
- Version
- v0.30.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Last checked
- 5 hours ago –
Tools for package owners.