diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 12:42:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 12:42:59 -0500 |
| commit | 6966ab67f7dfb29d163087af9561ff7bc360ee7f (patch) | |
| tree | 86d6215283539604e457745c882c47cfd46502e2 /structs.go | |
| parent | 5ace0a45477ef0e3d06a94cfbbee7e623a7d56c7 (diff) | |
shortcut to make new git repos
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ import ( "sync" "go.wit.com/lib/debian" + "go.wit.com/lib/fhelp" "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/zoopb" @@ -21,6 +22,7 @@ type mainType struct { forge *forgepb.Forge // your customized repo preferences and settings machine *zoopb.Machine // your customized repo preferences and settings homedir string // where the user homedir is + myGui *fhelp.GuiPrep // for initializing the GUI toolkits } func initForge() { |
