Code examples from the book.
https://github.com/nicholas-fedor/The-Go-Programming-Language/
https://github.com/adonovan/gopl.io/tree/master/
https://github.com/linehk/gopl
https://github.com/torbiak/gopl
https://github.com/Julineo/golang1training/
https://github.com/kdama/gopl
- Code from the author's repo has comments that include "//!+" and "//!-". These comments bracket the parts of the programs that are from the book.