diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" + "go.wit.com/lib/protobuf/gitpb" ) var me *mainType @@ -18,4 +19,5 @@ type mainType struct { myGui *prep.GuiPrep // the gui toolkit handle auto *prep.Auto // more experiments for bash handling configs *forgepb.ForgeConfigs // for holding the forge protobuf files + missing *gitpb.Repos // repos we are missing } |
