From f4ac4914906110c3a1a4a5fc29336e11122500ca Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Jan 2025 02:37:31 -0600 Subject: debugging, but runs ok --- goSrcScan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'goSrcScan.go') 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) -- cgit v1.2.3