January 2018
Intermediate to advanced
340 pages
8h 6m
English
You don't have to build a file and get an executable if you only want to run it. The go run option allows you to run the .go file without leaving an executable behind. You can still pass in arguments as if it was a regular executable, like this:
go run example.go arg1 arg2
Read now
Unlock full access