`go` is the official command-line tool for Go to build, run, test, and manage modules.
go version
go run .
go build -o app
go test ./...