Handles defer error on Db closing. Updated lint recommendations.

This commit is contained in:
Anis Ahmad
2020-06-17 01:57:50 +06:00
parent cc3ad9ae88
commit d62656e1b7
6 changed files with 28 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ import (
"github.com/rivo/tview"
)
// StatusBar displays hints and messages at the bottom of app
type StatusBar struct {
*tview.Pages
message *tview.TextView