diff options
Diffstat (limited to 'repolist.go')
| -rw-r--r-- | repolist.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repolist.go b/repolist.go index 49e9963..170627e 100644 --- a/repolist.go +++ b/repolist.go @@ -6,6 +6,10 @@ import ( "strings" ) +func (r *repo) String() string { + return r.status.String() +} + func (r *repo) getPath() string { return r.path } |
