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 --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 8b60bb2..a66f1fd 100644 --- a/structs.go +++ b/structs.go @@ -14,6 +14,6 @@ var me *mainType // this app's variables type mainType struct { pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - chats *chatpb.Chats // all our prior conversations with gemini + chats *chatpb.Chats // all our prior conversations with regex myGui *gui.Node // the gui toolkit handle } -- cgit v1.2.3