GoLang
Context
Context Package Semantics - Bill Kennedy going over practical tips and tricks of using the context package.
Error Handling
Errgroup - Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
Websites
The Zen of Go - Ten engineering values for writing simple, readable, maintainable Go code. Presented at GopherCon Israel 2020.
Communities
/r/golang - The Reddit GoLang community. Ask questions and post articles about the Go programming language and related tools, events etc.
Last updated