This repo is a rich collection of example code & used as starting point for discussing many of the topics while teaching Go. It is maintained and managed by @algogrit.
go get -u github.com/AgarwalConsulting/Go-Training
- Russ Cox's Tour of Go
- Go Concurrency Patterns by Rob Pike (Builds a scalable, fault-tolerant search engine in 10-30 lines of Go code)