diff options
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() } |
