diff options
| author | Jeff Carr <[email protected]> | 2024-11-04 02:14:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-04 02:14:54 -0600 |
| commit | 98926bf2f80a25e51429d74182254da1103bdbc7 (patch) | |
| tree | 15f7dba8217d883411e212b0ee8db4f490b9a244 /structs.go | |
| parent | 8c415947df3ed66ec4207266b457136e30263568 (diff) | |
ignore new repos until init()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,8 @@ package repolist import ( + "sync" + "go.wit.com/gui" "go.wit.com/lib/gui/repostatus" ) @@ -17,6 +19,8 @@ func (b *RepoList) Enable() { // this app's variables type RepoList struct { + sync.RWMutex + onlyMe bool goSrcPwd string allrepos map[string]*RepoRow |
