summaryrefslogtreecommitdiff
path: root/rill.go
diff options
context:
space:
mode:
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)