From 357c20027fda714af0e08b3f9ddf89edfeb6ef39 Mon Sep 17 00:00:00 2001 From: Castor Gemini Date: Sun, 24 Aug 2025 01:21:01 -0500 Subject: Refactor: Rename gemini to regex throughout the codebase --- exit.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exit.go') diff --git a/exit.go b/exit.go index 8acd5e8..ad6195b 100644 --- a/exit.go +++ b/exit.go @@ -11,12 +11,12 @@ import ( func okExit(thing string) { if thing != "" { - log.Info("gemini exit:", thing, "ok") + log.Info("regex exit:", thing, "ok") } os.Exit(0) } func badExit(err error) { - log.Info("gemini failed: ", err) + log.Info("regex failed: ", err) os.Exit(-1) } -- cgit v1.2.3