diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 12:14:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 14:50:21 -0500 |
| commit | b09b86009ecb17c171aab400af73a568d084f49e (patch) | |
| tree | af6767d0f83305b63b38bc544fe75c49d84a6492 /structs.go | |
| parent | 1f22b771c3748b01d0d27574090fd2b6d4516182 (diff) | |
some fun stuff
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,5 +16,6 @@ type mainType struct { pp *arg.Parser // for parsing the command line args. Yay to alexf lint! forge *forgepb.Forge // for holding the forge protobuf files myGui *prep.GuiPrep // the gui toolkit handle + auto *prep.Auto // more experiments for bash handling configs *forgepb.ForgeConfigs // for holding the forge protobuf files } |
