summaryrefslogtreecommitdiff
path: root/goSrcScan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 02:37:31 -0600
committerJeff Carr <[email protected]>2025-01-19 02:37:31 -0600
commitf4ac4914906110c3a1a4a5fc29336e11122500ca (patch)
treeebd59ed18015e8c92d68cd148e78991ca0ad690a /goSrcScan.go
parentbdf9d97cf9bf3e9bc0724b6f949089bb46923426 (diff)
debugging, but runs ok
Diffstat (limited to 'goSrcScan.go')
-rw-r--r--goSrcScan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goSrcScan.go b/goSrcScan.go
index a934b15..fd61b47 100644
--- a/goSrcScan.go
+++ b/goSrcScan.go
@@ -177,7 +177,7 @@ func (f *Forge) RillRedoGoMod() int {
log.Printf("%10s %-50s", "why am I in RillRedoGoMod? old?", repo.GetGoPath())
continue
}
- all = append(all, repo)
+ f.Repos.Append(repo)
}
// Convert a slice of user IDs into a channel
ids := rill.FromSlice(all, nil)