diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -114,19 +114,6 @@ func trimNonNumericFromStart(s string) string { return "" } -func okExit(thing string) { - if thing != "" { - log.Info(thing, "ok") - } - // log.Info("Finished go-clean on", check.GetGoPath(), "ok") - os.Exit(0) -} - -func badExit(err error) { - log.Info("go-clean failed: ", err, me.forge.Config.ReposDir) - os.Exit(-1) -} - func dumpDebug() { // Get absolute path of the currently running binary exePath, err := os.Executable() |
