diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 10:48:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 10:48:16 -0600 |
| commit | 82f06c160a05bcd18dfee63d408c88a19416cb2d (patch) | |
| tree | d8e190b51836383a5ab9a6e613b55f9d280469be /findNext.go | |
| parent | f3e7f02e1647812c8119d38c9a8c9192e6a32b9b (diff) | |
more rill. trying to improve logic
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/findNext.go b/findNext.go index b36594c..4436446 100644 --- a/findNext.go +++ b/findNext.go @@ -100,7 +100,7 @@ func runGoClean(check *gitpb.Repo, myarg string) bool { check.GoDeps = nil cmd := []string{"go-mod-clean", myarg} - log.Info("Running", cmd, "in", check.GetGoPath()) + // log.Info("Running", cmd, "in", check.GetGoPath()) result := check.Run(cmd) if result.Error != nil { /* @@ -125,7 +125,7 @@ func runGoClean(check *gitpb.Repo, myarg string) bool { if check.ParseGoSum() { return true } - log.Info("ParseGoSum() failed") + log.Info("ParseGoSum() failed", check.GetGoPath()) return false } |
