diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ func myServer() string { // this app's variables type mainType struct { // pp *arg.Parser // for parsing the command line args. Yay to alexflint! - auto *prep.Auto // more experiments for bash handling + sh *prep.Auto // shell autocomplete 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) |
