diff options
| author | Jeff Carr <[email protected]> | 2024-02-17 14:22:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-17 14:22:24 -0600 |
| commit | b298958bcd460763e44348467c1c5bd4591b11e7 (patch) | |
| tree | 395e4be5e31b3939fc1ca596642be2b0d634db7c /structs.go | |
| parent | 1b103f2a1c9beb87e61ebbd04fe7cdbf605988ed (diff) | |
early successes. autotypist works
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ package repolist import ( "go.wit.com/gui" - "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/repostatus" ) @@ -24,7 +23,7 @@ type RepoList struct { autoScan bool allrepos map[string]*Repo - reposwin *gadgets.BasicWindow + // reposwin *gadgets.BasicWindow reposbox *gui.Node reposgrid *gui.Node reposgroup *gui.Node |
