From 77c1b9258f5de5ec0e8a5d3b69c1f3cf7143c154 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 12:43:08 -0600 Subject: attempt to rebuild autotypist Signed-off-by: Jeff Carr --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') 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 -- cgit v1.2.3