From a048e33f587a8883f8a4f71d27c5dedb6b0afc6c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Mar 2024 19:31:12 -0600 Subject: working on go-clone --- common.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common.go') diff --git a/common.go b/common.go index f482ac7..c41970d 100644 --- a/common.go +++ b/common.go @@ -58,10 +58,6 @@ func (rs *RepoRow) Name() string { return rs.Status.Path() } -func (r *RepoRow) Exists(s string) bool { - return false -} - func (r *RepoRow) GoPath() string { return r.Status.GoPath() } -- cgit v1.2.3