diff options
Diffstat (limited to 'goConfig.go')
| -rw-r--r-- | goConfig.go | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/goConfig.go b/goConfig.go index 29dba3d..7ec2d5e 100644 --- a/goConfig.go +++ b/goConfig.go @@ -2,13 +2,7 @@ package repolist // does processing on the go.mod and go.sum files -import ( - "errors" - "strings" - - "go.wit.com/log" -) - +/* // scans through everything in the go.sum file to make // sure the versions are correct when attempting to do a GUI release func (rl *RepoList) CheckValidGoSum(r *RepoRow) (bool, error) { @@ -53,3 +47,4 @@ func (rl *RepoList) CheckValidGoSum(r *RepoRow) (bool, error) { log.Log(REPOWARN, "Releasing this should be ok", r.GoPath()) return true, nil } +*/ |
