diff options
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) |
