From a10b75d453c266764e4e74d64cf63e3902625d4a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 21 Aug 2025 14:13:42 -0500 Subject: make an --add option --- structs.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6f7efa0..8b60bb2 100644 --- a/structs.go +++ b/structs.go @@ -5,12 +5,15 @@ package main import ( "go.wit.com/dev/alexflint/arg" + "go.wit.com/gui" + "go.wit.com/lib/protobuf/chatpb" ) var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - // myGui *gui.Node // the gui toolkit handle + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + chats *chatpb.Chats // all our prior conversations with gemini + myGui *gui.Node // the gui toolkit handle } -- cgit v1.2.3