diff options
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 { |
