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 --- doInput.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doInput.go') diff --git a/doInput.go b/doInput.go index 3278d36..fe7cf21 100644 --- a/doInput.go +++ b/doInput.go @@ -10,7 +10,7 @@ import ( ) func doInput(s string) { - filename := "/tmp/gemini-input.log" + filename := "/tmp/regex-input.log" f, err := os.OpenFile(filename, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644) if err != nil { log.Println(err) -- cgit v1.2.3