diff options
| author | Jeff Carr <[email protected]> | 2024-11-14 21:48:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-14 21:48:00 -0600 |
| commit | e9d281b4cadd6831612c4ddf92e22e85cbcdfa43 (patch) | |
| tree | 74c90f10153938e8786e9806dc9b136fbc65d82f /common.go | |
| parent | a397ca6f7d04ca0aa7bce0cc60c29d3da84bc55d (diff) | |
use scan()v0.22.14
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
