The Goroutine Temptation. Examples of goroutine usage where they are actually unnecessary
This is a compact collection of examples where goroutines are actually unnecessary.
Background — just add "go"
Go makes it easy to parallelize tasks like saving statistics, tracking online status, or
yaroslavpodorvanov.hashnode.dev4 min read