diff options
Diffstat (limited to 'goDep.helpers.go')
| -rw-r--r-- | goDep.helpers.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/goDep.helpers.go b/goDep.helpers.go index 0af28be..ced3fea 100644 --- a/goDep.helpers.go +++ b/goDep.helpers.go @@ -7,8 +7,8 @@ import ( "time" ) -func (repo *Repo) DeleteGoDepByHash(hash string) *GoDep { - return repo.GoDeps.DeleteByHash(hash) +func (repo *Repo) DeleteGoDepByHash(hash string) { + repo.GoDeps.DeleteByHash(hash) } // enforces no duplicate package names |
