diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 05:03:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 05:03:04 -0600 |
| commit | 7dd4dd08084bad7a206a0e14e22a13af0b69e83b (patch) | |
| tree | 36a4285bfed53878b2cc7edef95809bc22fcf520 /repolist.go | |
| parent | 766ce60bc36a587daabced61c104a4ab8a5c5924 (diff) | |
try auto go mod tidy
Signed-off-by: Jeff Carr <[email protected]>
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 } |
