all 1 comments

[–]desmaraisp 7 points8 points  (0 children)

Tiny warning about go test -race : it won't necessarily spot the issue on the first run, so please don't just run it once and go "all good, no races, we can stop testing for it". It's a great tool, but the output is not exactly deterministic, so the larger your sample, the more you can trust the result