mirror of
https://github.com/makew0rld/amfora.git
synced 2025-02-02 15:07:34 -05:00
Lint
This commit is contained in:
parent
bc81281c84
commit
32b2182267
@ -6,7 +6,6 @@ import (
|
||||
"regexp"
|
||||
"strconv"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"code.rocketnine.space/tslocum/cview"
|
||||
"github.com/gdamore/tcell/v2"
|
||||
@ -54,9 +53,6 @@ var layout = cview.NewFlex()
|
||||
|
||||
var newTabPage structs.Page
|
||||
|
||||
// Global mutex for changing the size of the left margin on all tabs.
|
||||
var reformatMu = sync.Mutex{}
|
||||
|
||||
var App = cview.NewApplication()
|
||||
|
||||
func Init(version, commit, builtBy string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user