From 23deb2ab407df32e34ee978499153a97e7b07a28 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 2 Dec 2024 05:14:11 -0600 Subject: don't put go binaries in go libraries. ever. --- goConfig.go | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'goConfig.go') 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 } +*/ -- cgit v1.2.3