diff options
| author | Jeff Carr <[email protected]> | 2024-02-25 13:10:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-25 13:10:23 -0600 |
| commit | 9754e32858688a0add4beddb2837b0ddedc4a6bf (patch) | |
| tree | f3817e590610fc71aa6b6d6e03f3e89297841055 /structs.go | |
| parent | 6f3ec9e33895423535e3b2168cf74687df6eaf6e (diff) | |
cleaner code. some use of ENV
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 |
