diff options
| author | Jeff Carr <[email protected]> | 2024-12-02 05:14:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-02 05:14:11 -0600 |
| commit | 23deb2ab407df32e34ee978499153a97e7b07a28 (patch) | |
| tree | 5920ccb906ad24df5ebaebc6a458d9d4cbcba006 /goConfig.go | |
| parent | beabb1e3131ff37ca86d714c0f8da04963efa41b (diff) | |
don't put go binaries in go libraries. ever.
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 } +*/ |
