Run Go Arquivo do Terminal
// Run
go run filename
// Build
go build filename
Worried Wolf
// Run
go run filename
// Build
go build filename