From 9754e32858688a0add4beddb2837b0ddedc4a6bf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 25 Feb 2024 13:10:23 -0600 Subject: cleaner code. some use of ENV --- structs.go | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'structs.go') 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 -- cgit v1.2.3