summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-02 05:14:52 -0600
committerJeff Carr <[email protected]>2024-12-02 05:14:52 -0600
commitf5d41d782af2c8f04971f88d98d4b641997ae870 (patch)
tree1187c09533787242681c91da79b10efc001f8d2b /init.go
parentbe026e8edc5a9cac0d8923cc00099c150f97e329 (diff)
went from 160k os.Stat to 90 on my box. duh
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.go b/init.go
index 5a3f4bf..3986bc0 100644
--- a/init.go
+++ b/init.go
@@ -44,6 +44,7 @@ func Init() *Forge {
}
f.Machine.InitWit()
+ log.Info("forge pre scan ", f.Repos.Len(), "repos in", f.goSrc)
f.ScanGoSrc()
log.Info("forge.Init() found", f.Repos.Len(), "repos in", f.goSrc)
return f