| Name | Synopsis | |
|---|---|---|
| .. | ||
| 5a | 5a is a version of the Plan 9 assembler. | |
| 5c | 5c is a version of the Plan 9 C compiler. | |
| 5g | 5g is the version of the gc compiler for the ARM. | |
| 5l | 5l is the linker for the ARM. | |
| 6a | 6a is a version of the Plan 9 assembler. | |
| 6c | 6c is a version of the Plan 9 C compiler. | |
| 6g | 6g is the version of the gc compiler for the x86-64. | |
| 6l | 6l is the linker for the x86-64. | |
| 8a | 8a is a version of the Plan 9 assembler. | |
| 8c | 8c is a version of the Plan 9 C compiler. | |
| 8g | 8g is the version of the gc compiler for the x86. | |
| 8l | 8l is the linker for the 32-bit x86. | |
| api | Api computes the exported API of a set of Go packages. | |
| cc | This directory contains the portable section of the Plan 9 C compilers. | |
| cgo | Cgo enables the creation of Go packages that call C code. | |
| fix | Fix finds Go programs that use old APIs and rewrites them to use newer ones. | |
| gc | Gc is the generic label for the family of Go compilers that function as part of the (modified) Plan 9 tool chain. | |
| go | Go is a tool for managing Go source code. | |
| godoc | Godoc extracts and generates documentation for Go programs. | |
| gofmt | Gofmt formats Go programs. | |
| ld | Ld is the portable code for a modified version of the Plan 9 linker. | |
| nm | Nm is a version of the Plan 9 nm command. | |
| pack | Pack is a variant of the Plan 9 ar tool. | |
| 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. |
Need more packages? Take a look at the Go Projects wiki page.