From eb72a685c487625908b159a47490d71863988033 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 23:18:18 -0600 Subject: move things to gitpb --- common.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.go') diff --git a/common.go b/common.go index d1ec950..658b770 100644 --- a/common.go +++ b/common.go @@ -24,6 +24,10 @@ func (r *RepoList) Hide() { r.reposbox.Hide() } +func (r *RepoRow) IsProtobuf() (bool, []string, error) { + return r.pb.IsProtobuf() +} + // better name: use this // matches by path or by name func (r *RepoList) FindByName(name string) *RepoRow { -- cgit v1.2.3