Click on the links for more documentation and usage messages.
Name | Synopsis | |
---|---|---|
go |
Go is a tool for managing Go source code.
Besides compiling and running Go programs, the go command is also used to invoke the other commands listed below. See the command docs for usage details. |
|
cgo | Cgo enables the creation of Go packages that call C code. | |
cov | Cov is a rudimentary code coverage tool. | |
fix | Fix finds Go programs that use old features of the language and libraries and rewrites them to use newer ones. | |
godoc | Godoc extracts and generates documentation for Go programs. | |
gofmt | Gofmt formats Go programs. | |
prof | Prof is a rudimentary real-time profiler. | |
vet | Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string. | |
yacc | Yacc is a version of yacc for Go. |
This is an abridged list. See the full command reference for documentation of the compilers and more.