diff options
| author | forge <[email protected]> | 2025-10-06 12:17:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-06 12:18:25 -0500 |
| commit | 5b277e7686974d2195586d5f5b82838ee9ddb036 (patch) | |
| tree | defcb27118f58bec1889a13881f5e8ea7f3bc093 /structs.go | |
| parent | 3d2fc4fe304ba53d3b576aaa4c8e6953565cdc11 (diff) | |
working on ping pong
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 } |
