Canonical guidance

Use when

Avoid

Preferred pattern

Anti-pattern

Explanation: This is tempting because goroutines are cheap, but cheap concurrency is still complexity if the problem does not need coordination.

Why

Related pages

Sources