go
Go CLI — the go command-line tool for building, testing, and module management.
| reference | description |
|---|---|
| concepts | module, package, GOPATH, GOROOT, GO111MODULE |
| build | go build, build flags, cross-compilation, build tags |
| test | go test, test flags, fuzzing, coverage, profiling |
| mod | go mod, go.mod, go.sum, module proxy, version queries |
| tool | go tool, vet, pprof, compile, link, cgo |
| environment | GOARCH, GOOS, GOPATH, GOROOT, CGO_ENABLED, env vars |
| work | go work, workspace, multi-module, go.work |
| cli | go generate, go run, go doc, go fmt, go fix, go vet |