diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 12:37:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 12:37:24 -0600 |
| commit | 205e6f022befe1cee748765c71e688b532e03fcb (patch) | |
| tree | a6be705b97fdfdde6fabd2c6401e8f0ff56733ef /rill.go | |
| parent | 77cd0ae36e79748b56e9bf0964fee677631f9fd0 (diff) | |
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) |
