summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 05:13:11 -0600
committerJeff Carr <[email protected]>2025-01-17 05:13:11 -0600
commit5a745337fb5085fb4ee08af3d9a9fbc2d0c6d498 (patch)
treeba5951cc8607b00686240a853488a536338948c7 /main.go
parentcb26cd9610b666457d1ea4e9b8f9072db34cd530 (diff)
check for go-mod-clean
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index c32de01..311a04d 100644
--- a/main.go
+++ b/main.go
@@ -9,6 +9,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
+ "go.wit.com/lib/fhelp"
"go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/gitpb"
@@ -29,6 +30,8 @@ func main() {
me.forge = forgepb.Init()
me.found = new(gitpb.Repos)
+ fhelp.CheckGoModCleanExit()
+
/*
var bad bool = false
all := me.forge.Repos.SortByFullPath()