September 2017
Intermediate to advanced
466 pages
9h 33m
English
Go does not care about the name of the source file of an autonomous program as long as the package name is main and there is a main() function in it. This is because the main() function is where the program execution begins. This also means that you cannot have multiple main() functions in the files of a single project.
There exist two ways to run a Go program:
This book is written on an Apple Mac OS Sierra system using the Homebrew (https://brew.sh/) version of Go. However, ...
Read now
Unlock full access