summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-25 13:10:23 -0600
committerJeff Carr <[email protected]>2024-02-25 13:10:23 -0600
commit9754e32858688a0add4beddb2837b0ddedc4a6bf (patch)
treef3817e590610fc71aa6b6d6e03f3e89297841055 /structs.go
parent6f3ec9e33895423535e3b2168cf74687df6eaf6e (diff)
cleaner code. some use of ENV
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go10
1 files changed, 4 insertions, 6 deletions
diff --git a/structs.go b/structs.go
index d38adca..615c4d2 100644
--- a/structs.go
+++ b/structs.go
@@ -17,12 +17,10 @@ func (b *RepoList) Enable() {
// this app's variables
type RepoList struct {
- onlyMe bool
- goSrcPwd string
- autoHidePerfect bool
- autoScan bool
- allrepos map[string]*RepoRow
- viewName string
+ onlyMe bool
+ goSrcPwd string
+ allrepos map[string]*RepoRow
+ viewName string
reposbox *gui.Node
reposgrid *gui.Node