Training materials for beginners to Go. Each package represents a general topic area and each source file is runnable (has it's own main function)
This repo should not be used as an example of how to organise your project or structure your source files. For a better example of organisation and structure, clone the Granitic source repository
The following is the suggested reading order:
- Declaring and intialising variables
- Basic types
- Constants
- if-else statements
- for statements
- switch statements
- Functions
These are some of the packages you'll find yourself using most frequently.