diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:45:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:45:29 -0500 |
| commit | c0d131a659a999661a3357209f2ccdeeed47f133 (patch) | |
| tree | faf79a9f8dd5d31a676d4ab626fb40733d61df21 /structs.go | |
| parent | e5c43347ea72b6dfa6738296506c5e22ae7aaad5 (diff) | |
new GUI codebasev0.23.106
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" + "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/gitpb" ) @@ -13,7 +14,7 @@ var me *autoType type autoType struct { pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - myGui *gui.Node // the gui handle itself + myGui *prep.GuiPrep // the gui handle itself releaseReasonS string // = "gocui dropdown select" release releaseStruct // notsure reposbox *gui.Node // notsure |
