summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 07:53:07 -0500
committerJeff Carr <[email protected]>2025-09-11 07:53:07 -0500
commitd813ade5aba8f49695c831469030ad7b83ef35e6 (patch)
tree8c111638b2cc22c985d4d0f571768e8a62b2b55c /main.go
parent7cf1758a363ae80b7adf498600c2c138ec526b11 (diff)
trying to get things back to workingv0.23.108v0.23.107
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 5d497e6..384781f 100644
--- a/main.go
+++ b/main.go
@@ -32,6 +32,7 @@ func main() {
me.pp = arg.MustParse(&argv)
me.forge = forgepb.Init()
+ me.forge.ScanGoSrc()
me.found = new(gitpb.Repos)
fhelp.CheckGoModCleanExit()