Error handling in goroutines with errgroup
Golang made life easier with goroutine, however, sometimes it's difficult to handle errors that happened inside a goroutine effectively. For example, imagine you have an array of some kind of actions and wanted to run a specific function on each one ...
Jan 11, 20214 min read4.1K