diff options
Diffstat (limited to 'rill.go')
| -rw-r--r-- | rill.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
