January 2018
Intermediate to advanced
340 pages
8h 6m
English
If you build a file, it will generate an executable named after the Go file. Run the following command:
go build example.go
This will give you an executable named example that could be executed like this:
./example
Read now
Unlock full access