summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 12:43:08 -0600
committerJeff Carr <[email protected]>2024-01-15 12:43:08 -0600
commit77c1b9258f5de5ec0e8a5d3b69c1f3cf7143c154 (patch)
tree3c5842484a7e1d036dbc6feacf96fc1c8bfa7e27 /structs.go
parent248c3f4cdbc0a2a856c4757eabf18cd2001d1de9 (diff)
attempt to rebuild autotypist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 39990c8..d4dcc82 100644
--- a/structs.go
+++ b/structs.go
@@ -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