This repo contains all lab walkthroughs for the golang course.
For the Advanced golang solutions, go here.
Note:
Due to differences in formatting ordered lists between github and the labs, please read multiple choice selections in the solutions as follows:
- 
- A
- B
- C
- D
 
- 
01 - Getting Started 
- 
02 - Data Types and Variables 
- 
03 - Operators and Flow Control 
- 
04 - Arrays, Slices and Maps 
- 
05 - Using Functions 
- 
06 - Pointers 
- 
07 - Struct, Methods and Interfaces