diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 19:29:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 19:29:46 -0600 |
| commit | f53f1256f184c0cddb565eebb7ecb2f8f1e079d3 (patch) | |
| tree | 9e3320add93eb2ed3d8ff008d261be0e9d697ae8 /goConfig.go | |
| parent | 4efbead37c944b89a63b0c8d89325541d0392c3f (diff) | |
more rm old code
Diffstat (limited to 'goConfig.go')
| -rw-r--r-- | goConfig.go | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/goConfig.go b/goConfig.go deleted file mode 100644 index d68bcb7..0000000 --- a/goConfig.go +++ /dev/null @@ -1,28 +0,0 @@ -package repostatus - -// does processing on the go.mod and go.sum files - -/* -// for now, even check cmd.Exit -func (rs *RepoStatus) strictRun(cmd []string) (bool, error) { - r := rs.Run(cmd) - if r.Error != nil { - log.Log(REPO, "go mod init failed err:", r.Error) - return false, r.Error - } - if r.Exit != 0 { - log.Log(REPO, "go mod init exit =", r.Exit) - return false, r.Error - } - return true, nil -} -*/ - -/* -func (rs *RepoStatus) IsReleased() bool { - if rs.GetTargetVersion() == rs.GetCurrentVersion() { - return true - } - return false -} -*/ |
