Go concepts
Channels
- Channel Axioms by David Cheney - March 20, 2014
- Go Concurrency Patterns: Pipelines and cancellation by The Go Blog
- Getting Started with Go Context by Gopher - June 22, 2021
Routines
- Never start a goroutine without knowing how it will stop by David Cheney - December 22, 2016
- A complete journey with Goroutines by Riteek Srivastav - Apr 16, 2018
- A pitfall of golang scheduler by Sarath Lakshman - June 15, 2016
Structs
- Struct composition with Go by Dave Cheney - May 22, 2015
- Go Composition vs Inheritance by Jim McBeath - November 28, 2019
Defer
- Go Defer Simplified with Practical Visuals by Inanc Gumus - November 23, 2017
- 5 Gotchas of Defer in Go — Part I by Inanc Gumus - December 7, 2017