diff options
| author | Jeff Carr <[email protected]> | 2024-02-17 14:20:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-17 14:20:37 -0600 |
| commit | 15f334b2d2eab816b31e7f3a35e172e598bd5c19 (patch) | |
| tree | 63bdc39c228adb4676ea4951b99bed49660bb75a /structs.go | |
| parent | dfc28a04d637d9af6eef8bde9b65952b99b15465 (diff) | |
using repolist
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ package main import ( "go.wit.com/gui" "go.wit.com/lib/gadgets" - "go.wit.com/lib/gui/repolist" ) var me *autoType @@ -30,7 +29,7 @@ type autoType struct { lw *gadgets.BasicWindow // our view of the repositories - repoView *repolist.RepoList + repos *repoWindow // #### autotypist Global Display Options autoHidePerfect *gui.Node |
