Codemash 2018
From Zero to Go
Labs
Lab 0: Environment Setup
Lab 1: Basic Syntax
Lab 2: Documentation and Pointers
Lab 3: Structs, Methods, and Constructors
Lab 4: IO, defer, panic
Lab 5: Error handing continued - DON'T PANIC!
Lab 6: Concurrency, goroutines, and channels
Lab 7: Packages
Lab 8: The net/http package
Lab 9: Service scoped variables
Lab 10: JSON Encoding