goth icon indicating copy to clipboard operation
goth copied to clipboard

make providers map safe for concurrency

Open verygoodsoftwarenotvirus opened this issue 2 years ago • 0 comments

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. :)