Security with Go
上QQ阅读APP看书,第一时间看更新

Running the executable file

The simplest way to execute a program is with the go run command. The following command will run the file without leaving behind an executable file:

go run ~/src/hello/hello.go