From 37f59a9e48591c93299d66136bc95d52dc81bb04 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 30 Jan 2024 13:45:42 -0600 Subject: code reorg Signed-off-by: Jeff Carr --- main.go | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 7a43d25..3e8883d 100644 --- a/main.go +++ b/main.go @@ -30,6 +30,11 @@ func main() { autotypistWindow() repoworld() + for _, repo := range me.allrepos { + repo.status.Update() + repo.newScan() + } + // scan repos every 30 seconds // check every second for the checkbox changing var i int = 60 @@ -126,10 +131,9 @@ func autotypistWindow() { box := win.NewBox("bw hbox", true) globalDisplayOptions(box) - globalBuildOptions(box) - globalTestingOptions(box) - globalResetOptions(box) - + // globalBuildOptions(box) + // globalTestingOptions(box) + // globalResetOptions(box) } // This creates a window -- cgit v1.2.3