package main import ( "os" "go.wit.com/log" ) func okExit(thing string) { log.Info(thing, "ok") // log.Info("Finished go-clean on", check.GetNamespace(), "ok") me.forge.Exit() os.Exit(0) } func badExit(err error) { log.Info("forge failed: ", err, me.forge.Config.ReposDir) os.Exit(-1) }