summaryrefslogtreecommitdiff
path: root/rill.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 12:37:24 -0600
committerJeff Carr <[email protected]>2024-12-05 12:37:24 -0600
commit205e6f022befe1cee748765c71e688b532e03fcb (patch)
treea6be705b97fdfdde6fabd2c6401e8f0ff56733ef /rill.go
parent77cd0ae36e79748b56e9bf0964fee677631f9fd0 (diff)
making config files more viablev0.0.25v0.0.24
Diffstat (limited to 'rill.go')
-rw-r--r--rill.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/rill.go b/rill.go
index f1b6b37..facc074 100644
--- a/rill.go
+++ b/rill.go
@@ -36,14 +36,14 @@ func (a GitTagAge) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
// rill is awesome. long live rill
// attempt scan with rill
-func (all *Repos) rillGitPull() error {
+func (all *Repos) RillGitPull() error {
loop := all.SortByGoPath()
for loop.Scan() {
t := loop.Next()
log.Info("repo", t.GoPath)
}
/*
- packs := all.selectAllRepo()
+ packs := all.SortByGoPath()
// Convert a slice of user IDs into a channel
ids := rill.FromSlice(packs, nil)