GoLang

Context

  1. Context Package Semantics - Bill Kennedy going over practical tips and tricks of using the context package.

Error Handling

  1. Errgroup - Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.

Websites

  1. The Zen of Go - Ten engineering values for writing simple, readable, maintainable Go code. Presented at GopherCon Israel 2020.

Communities

  1. /r/golang - The Reddit GoLang community. Ask questions and post articles about the Go programming language and related tools, events etc.

Last updated