This repo will soon contain all lab walkthroughs for the golang course.
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
- Lab: Function Syntax
- Lab: Return Types - Multiple, Named, Variadic
- Lab: Recursive Functions
- Lab: Anonymous Functions
- Lab: High Order Functions
- Lab: Functions
-
06 - Pointers
- Lab: Pointers
- Lab: Pointer in Functions
-
07 - Struct, Methods and Interfaces
- Lab: Struct
- Lab: Struct and Methods
- Lab: Interfaces