Hacker News new | ask | show | jobs
Concurrency in Go (medium.com)
3 points by metaculus 3748 days ago
1 comments

Great recap on using waitgroups and channels in goroutines.