diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 00:46:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 00:46:22 -0600 |
| commit | bc9c98236ebc245328edf3748956da8990855295 (patch) | |
| tree | 2ef7ef39c24ae69f327a0148e89d356167a7f07a | |
| parent | 992d3606e5f0c13017d24ce548e0ebdcf49e16ab (diff) | |
remove old 'go get' linev0.22.7
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | goConfig.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/goConfig.go b/goConfig.go index 20b1a30..4d3a5dc 100644 --- a/goConfig.go +++ b/goConfig.go @@ -31,7 +31,6 @@ func (rl *RepoList) CheckValidGoSum(r *RepoRow) (bool, error) { // for now, if it's not one of the GUI repos, assume it's readonly and ignore it if strings.HasPrefix(depPath, "go.wit.com") { log.Log(REPOWARN, "Run: go get -v", depPath) - // rs.RunCmd([]string{"go", "get", "-v", depname}) // download this here? return false, errors.New("CheckValidGoSum() download repo: " + depPath) } // it's probably okay. running a compile check before this would be a good test |
