Hacker News new | ask | show | jobs
by pstuart 2602 days ago
> However, race conditions are still quite possible with goroutines

Race detection in Go is pretty good, and idiomatic Go discourages writing such code.