Skip to main content
Version: 0.198.4

go

Available Commands

CommandDescription
<command>Runs an arbitrary Go subcommand (Terrabuild action name is forwarded to go).
installInstalls packages with go install.
buildBuild project.
testRuns 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/" ]
}