summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-11-28 17:57:50 +0300
committerGrail Finder <wohilas@gmail.com>2024-11-28 17:57:50 +0300
commit34d415c9308f2d089520c2a193cdf8393dcc6b5d (patch)
treebac545ddb1859f18f7d9d75ef5dd23d8c7d29b90 /main.go
parent14d706f94a45ab43c51f9c03abea7b3588c571c7 (diff)
Feat: add linter
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 12575f0..4b21457 100644
--- a/main.go
+++ b/main.go
@@ -9,7 +9,6 @@ import (
var (
botRespMode = false
editMode = false
- botMsg = "no"
selectedIndex = int(-1)
indexLine = "F12 to show keys help; bot resp mode: %v; current chat: %s"
focusSwitcher = map[tview.Primitive]tview.Primitive{}