diff options
| author | Jeff Carr <[email protected]> | 2025-08-24 01:12:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-24 01:12:21 -0500 |
| commit | e83b6361c1428f6ab19803f3f689f11ce46e1318 (patch) | |
| tree | 168282c0a92d7e03eb70ece1e2baf9de9b652579 /helpers.go | |
| parent | 443e5db5ae326ca48a49432df1808ea7c665030f (diff) | |
s/gemini/regex/
Diffstat (limited to 'helpers.go')
| -rw-r--r-- | helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ import ( "google.golang.org/protobuf/proto" ) -func (c *Chats) AddGeminiComment(s string) *ChatEntry { +func (c *Chats) AddRegexComment(s string) *ChatEntry { log.Info("FIX") return nil } |
