Answers for "how to run go files"

Go
0

run go file

go run [filename].go
Posted by: Guest on January-15-2022
0

run go file from terminal

// Run
go run filename

// Build
go build filename
Posted by: Guest on October-22-2021

Browse Popular Code Answers by Language