January 2018
Intermediate to advanced
340 pages
8h 6m
English
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
Read now
Unlock full access