diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 00:49:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 00:49:25 -0600 |
| commit | 455ea31d70b3dfa95ca4f269e42cf6a8dcf5f0d9 (patch) | |
| tree | 0428289ba77c371caec9324731ce5e913683272a /goDep.helpers.go | |
| parent | 8a6fb6d442b3725459823644cf79bb1c4117e813 (diff) | |
checkDirty()v0.0.11
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 |
