goth
goth copied to clipboard
make providers map safe for concurrency
I have a goth.UseProviders that is tested in a bunch of tests, and I get data race warnings because the providers map is unprotected. I've added a mutex hat to guard it. :)