summaryrefslogtreecommitdiff
path: root/goConfig.go
diff options
context:
space:
mode:
Diffstat (limited to 'goConfig.go')
-rw-r--r--goConfig.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/goConfig.go b/goConfig.go
index ab9ae83..d68bcb7 100644
--- a/goConfig.go
+++ b/goConfig.go
@@ -2,10 +2,7 @@ package repostatus
// does processing on the go.mod and go.sum files
-import (
- "go.wit.com/log"
-)
-
+/*
// for now, even check cmd.Exit
func (rs *RepoStatus) strictRun(cmd []string) (bool, error) {
r := rs.Run(cmd)
@@ -19,6 +16,7 @@ func (rs *RepoStatus) strictRun(cmd []string) (bool, error) {
}
return true, nil
}
+*/
/*
func (rs *RepoStatus) IsReleased() bool {