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