Golang-Go
- go-build(1) compile the packages named by the import paths
- go-clean(1) remove object files and cached files
- go-env(1) print Go environment information
- go-fix(1) update packages to use new APIs
- go-fmt(1) gofmt (reformat) package sources
- go-get(1) add dependencies to current module and install them
- go-gopath-get(1) legacy GOPATH go get
- go-install(1) tool for managing Go source code
- go-list(1) list packages or modules
- go-mod(1) module maintenance
- go-packages(7) tool for managing Go source code
- go-path(7) tool for managing Go source code
- go-remote(7) tool for managing Go source code
- go-run(1) compile and run Go program
- go-test(1) test packages
- go-testflag(7) tool for managing Go source code
- go-testfunc(7) tool for managing Go source code
- go-tool(1) tool for managing Go source code
- go-version(1) print the build information for Go executables
- go-vet(1) report likely mistakes in packages
- go(1) tool for managing Go source code
- gofmt(1) format Go programs