summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-14 21:48:00 -0600
committerJeff Carr <[email protected]>2024-11-14 21:48:00 -0600
commite9d281b4cadd6831612c4ddf92e22e85cbcdfa43 (patch)
tree74c90f10153938e8786e9806dc9b136fbc65d82f /common.go
parenta397ca6f7d04ca0aa7bce0cc60c29d3da84bc55d (diff)
use scan()v0.22.14
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.go b/common.go
index dedbd04..fafc11a 100644
--- a/common.go
+++ b/common.go
@@ -34,6 +34,7 @@ func (r *RepoList) FindRepo(path string) *RepoRow {
return repo
}
+/*
func (r *RepoList) AllRepos() []*RepoRow {
var all []*RepoRow
for _, repo := range me.allrepos {
@@ -50,6 +51,7 @@ func AllRepos() []*RepoRow {
}
return all
}
+*/
// a human readable state of the current repo
func (r *RepoRow) State() string {