diff options
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 |
