diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 02:30:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 02:30:52 -0500 |
| commit | 5e8fab62dc79d50e1d4b447db9f6a70bcd14da42 (patch) | |
| tree | f2b44ad9937394b0822ccb1dba8724ef3d4816f7 /structs.go | |
| parent | 144a0cf158c341c81896fbd0f50380381636659b (diff) | |
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ package main import ( "context" - "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/chatpb" @@ -17,7 +16,7 @@ var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + auto *prep.Auto // more experiments for bash handling chats *chatpb.Chats // all our prior conversations with regex client *genai.Client // the Google Gemini AI client variable ctx context.Context // global context. what does this acutally mean? |
