From ca66a42fd16d9724d5dc8acd7516f623fa65e00e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Jan 2025 04:58:42 -0600 Subject: remove lots of old stuff --- common.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.go') diff --git a/common.go b/common.go index 6b67649..12d438a 100644 --- a/common.go +++ b/common.go @@ -27,6 +27,10 @@ func (r *RepoRow) IsProtobuf() (bool, []string, error) { return r.pb.IsProtobuf() } +func (r *RepoRow) IsBinary() bool { + return r.pb.GoInfo.GetGoBinary() +} + // better name: use this // matches by path or by name func (r *RepoList) FindByName(name string) *RepoRow { -- cgit v1.2.3