Go: How does go run file.go work April 25, 2023 by Tarik It’s more or less the equivalent of running go build X.go -o /tmp/random-tmp-folder/exe && /tmp/random-tmp-folder/exe