Skip to main content
Version: Next

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/" ]
}