gobuffalo / envy

Envy makes working with ENV variables in Go trivial.
MIT License
156 stars 21 forks source link

fixes MustSet recursive lock #1

Closed denchenko closed 7 years ago

denchenko commented 7 years ago

MustSet freezed everything due to calling Set func which was using the same mutex. Test included.

markbates commented 7 years ago

Awesome, thanks!