Y
Hacker News
new
|
ask
|
show
|
jobs
by
masklinn
1462 days ago
Go is full of concurrency pitfalls:
https://eng.uber.com/data-race-patterns-in-go/
It makes concurrency easy, it doesn’t make concurrency correct easily.