- Security with Go
- John Daniel Leon
- 33字
- 2021-06-30 19:06:42
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