| Path | Synopsis |
|---|---|
| builder | Go Builder is a continuous build client for the Go project. |
| buildlet | The buildlet is an HTTP server that untars content to disk and runs commands it has untarred, streaming their output back over HTTP. |
| buildlet/stage0 | The stage0 command looks up the buildlet's URL from its environment (GCE metadata service, scaleway, etc), downloads it, and runs it. |
| cl | CL prints a list of open Go code reviews (also known as change lists, or CLs). |
| coordinator | The coordinator runs the majority of the Go build system. |
| coordinator/buildongce | |
| docker2boot | The docker2boot command converts a Docker image into a bootable GCE VM image. |
| fetchlogs | Fetchlogs downloads build failure logs from the Go dashboard so they can be accessed and searched from the local file system. |
| genbootstrap | The genbootstrap command prepares GO_BOOTSTRAP tarballs suitable for use on builders. |
| gomote | The gomote command is a client for the Go builder infrastructure. |
| pushback | Command pushback is a service that monitors a set of GitHub repositories for incoming Pull Requests, replies with contribution instructions, and closes the request. |
| racebuild | racebuild builds the race runtime (syso files) on all supported OSes using gomote. |
| release | Command release builds a Go release. |
| retrybuilds | The retrybuilds command clears build failures from the build.golang.org dashboard to force them to be rebuilt. |
| scaleway | The scaleway command creates ARM servers on Scaleway.com. |
| upload | The upload command writes a file to Google Cloud Storage. |
Updated 2016-04-14. Refresh now. Tools for package owners.