tcnksm/go-httpstat

race conditions writing to Result

Opened this issue · 0 comments

First off, thanks for writing this cool utility. Love how easy it is to add just a few lines and get nicely formatted statistics for a request.

Unfortunately I'm unable to use this in a production project that runs the test suite with the -race flag enabled. I'd like it if go-httpstat could avoid race conditions.