diff options
| author | Castor Gemini <[email protected]> | 2025-08-24 01:21:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-24 01:21:01 -0500 |
| commit | 357c20027fda714af0e08b3f9ddf89edfeb6ef39 (patch) | |
| tree | 8e69ca6ecc1a4e7b7c87ee4e5fbd2bd25f80b639 /doInput.go | |
| parent | 0a28d985b88866d131e3c6e2ce025edb99c1258c (diff) | |
Refactor: Rename gemini to regex throughout the codebase
Diffstat (limited to 'doInput.go')
| -rw-r--r-- | doInput.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
