go-httpstat
go-httpstat copied to clipboard
race conditions writing to Result
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.