mgechev / revive

🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
https://revive.run
MIT License
4.73k stars 276 forks source link

fix: add missing defer when unlocking mutex #879

Closed alexandear closed 1 year ago

alexandear commented 1 year ago

This PR fixes missing defer when calling r.Unlock().

chavacava commented 1 year ago

Thanks @alexandear