diff options
| author | Jeff Carr <[email protected]> | 2025-09-18 08:54:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-18 08:54:24 -0500 |
| commit | 19479f312f1a5da2d271198f4e1bd950844dcb98 (patch) | |
| tree | 97e29a41cfc404040bedc9bf089ee2566855d0d0 /structs.go | |
| parent | 58ce9ca53c0ac51713dc153d4c7c53593f8b3406 (diff) | |
still thinking this out
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ func myServer() string { // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + pp *arg.Parser // for parsing the command line args. Yay to alexflint! + auto *prep.Auto // more experiments for bash handling forge *forgepb.Forge // for holding the forge protobuf files myGui *prep.GuiPrep // for initializing the GUI toolkits foundPaths []string // stores gopaths to act on (when doing go-clone) |
