Proposal Details
The golang race detector is incredibly useful. I've started enabling it on all my production builds and it doesn't seem to impact performance too much.
The problem is, I'd like to centrally collect these traces when something is found. I'd like to write a stub to push the data to an http endpoint or write them to a file somewhere.
I can't seem to find any mechanism to do this.
Thoughts welcome, and I hope we could build something into the stdlib that can be used like this.