pajlada / go-twitch-pubsub

Twitch PubSub library for Go
MIT License
21 stars 9 forks source link

Unlock mutexes only on defer #9

Closed zneix closed 2 years ago

zneix commented 2 years ago

Small finding I've noticed while going through code of this library. While it may bring no change, it feels more correct to do this on defer.