`go build` compiles Go source code into an executable binary.
go build .
go build -o app .
GOOS=linux GOARCH=amd64 go build -o app-linux .