summaryrefslogtreecommitdiff
path: root/goDep.parseGoSum.go
diff options
context:
space:
mode:
Diffstat (limited to 'goDep.parseGoSum.go')
-rw-r--r--goDep.parseGoSum.go2
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
}
+*/