diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 09:43:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 09:43:31 -0500 |
| commit | 2e26ce1eaf09d0612827ce3689ba1434ab0a1ce1 (patch) | |
| tree | b0d26b0c812a3e4ba3cc216bc4b147fc8bc34184 /structs.go | |
| parent | 2d353e6dfa95c91435fddefd2168e489ddeb1912 (diff) | |
gui init moved into argv init. maybe. notsure
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ package main import ( "go.wit.com/gui" + "go.wit.com/lib/fhelp" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" @@ -29,7 +30,7 @@ func myServer() string { type mainType struct { sh *prep.Auto // shell autocomplete forge *forgepb.Forge // for holding the forge protobuf files - myGui *prep.GuiPrep // for initializing the GUI toolkits + myGui *fhelp.GuiPrep // for initializing the GUI toolkits foundPaths []string // stores gopaths to act on (when doing go-clone) configSave bool // if the config file should be saved after finishing urlbase string // base URL |
