From 7dd4dd08084bad7a206a0e14e22a13af0b69e83b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 05:03:04 -0600 Subject: try auto go mod tidy Signed-off-by: Jeff Carr --- repolist.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'repolist.go') 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 } -- cgit v1.2.3