Good news everyone!
I've finished committing data race detector patches today.
You are welcome to dogfood it. To run you tests "go test -race", to build a program "go build -race". And you need to sync to tip. It works only on linux/darwin/amd64 for now.
The race detector slows down execution considerably and increases memory consumption.
I am interested in:
1. Bug reports.
2. False positives.
3. Success stories.
4. Any other comments and suggestions.
TIA