All the code examples from "Introducing Go: Build Reliable, Scalable Programs" by Caleb Doxsey from the O'Reilly series.
Chapter titles:
- Getting Started
 - Types
 - Variables
 - Control Structures
 - Arrays, Slices, and Maps
 - Functions
 - Structs and Interfaces
 - Packages
 - Testing
 - Concurrency