diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
