diff options
| author | Jeff Carr <[email protected]> | 2024-03-07 19:31:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-07 19:31:12 -0600 |
| commit | a048e33f587a8883f8a4f71d27c5dedb6b0afc6c (patch) | |
| tree | 2fbf10005db1384e0989c406b973b61bec6035c7 /common.go | |
| parent | 2f451477c80acdfdc39e38378a2572a64c6b57d7 (diff) | |
working on go-clonev0.22.1
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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() } |
