awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
344 stars 39 forks source link

defer mutex unlock #95

Closed jon4hz closed 3 years ago

jon4hz commented 3 years ago

ensure the mutex gets released by defering the unlock method