diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 06:37:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 06:37:14 -0600 |
| commit | 233f7bca767aab9df55adea409e9820050631586 (patch) | |
| tree | 1ce61760e8b31077b9accc9b1da978d935a132d3 /goDep.parseGoSum.go | |
| parent | 4bc95ad2684cb42159229b8198aa8a2377f80aa1 (diff) | |
lots of changes to isolate exec 'git'
Diffstat (limited to 'goDep.parseGoSum.go')
| -rw-r--r-- | goDep.parseGoSum.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/goDep.parseGoSum.go b/goDep.parseGoSum.go index e275f0e..e7bd1a9 100644 --- a/goDep.parseGoSum.go +++ b/goDep.parseGoSum.go @@ -64,6 +64,7 @@ func (repo *Repo) ParseGoSum() (bool, error) { return true, nil } +/* // reads and parses the go.sum file // is identical to the one above, change that func (repo *Repo) UpdatePublished() (bool, error) { @@ -108,3 +109,4 @@ func (repo *Repo) UpdatePublished() (bool, error) { } return true, nil } +*/ |
