go
Available Commands
| Command | Description |
|---|---|
| dispatch | Runs an arbitrary Go subcommand (Terrabuild action name is forwarded to go). |
| install | Installs packages with go install. |
| build | Build project. |
| test | Runs package tests with go test. |
Project Initializer
Reads mandatory Go module metadata and discovers local replacement dependencies.
project {
@go { }
}
Equivalent to:
project {
ignores = [ ]
outputs = [ "bin/" ]
}