summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 02:47:40 -0500
committerJeff Carr <[email protected]>2025-10-03 02:47:40 -0500
commitbdb6a5570525ae59f21a277f50e5a2dcd86e9dd0 (patch)
tree2bd12a44fef47b712ce6be9ba529dea612b0905f /main.go
parentd0a5983ade20fed877c2803b73528c28dac77fa6 (diff)
moving stuff here from what was bash before
Diffstat (limited to 'main.go')
-rw-r--r--main.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/main.go b/main.go
index 47afd34..56868e5 100644
--- a/main.go
+++ b/main.go
@@ -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()