diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 12:43:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 12:43:08 -0600 |
| commit | 77c1b9258f5de5ec0e8a5d3b69c1f3cf7143c154 (patch) | |
| tree | 3c5842484a7e1d036dbc6feacf96fc1c8bfa7e27 /structs.go | |
| parent | 248c3f4cdbc0a2a856c4757eabf18cd2001d1de9 (diff) | |
attempt to rebuild autotypist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ package main import ( "go.wit.com/gui/gui" "go.wit.com/gui/gadgets" - "go.wit.com/gui/gadgets/repostatus" + "go.wit.com/gui/tools/repostatus" ) // the main window nodes @@ -16,6 +16,7 @@ var reposgroup *gui.Node var cmds *gui.Node var script [][]string var doit *gui.Node +var dryrun *gui.Node var allrepos []*repo |
