summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 12:42:59 -0500
committerJeff Carr <[email protected]>2025-10-13 12:42:59 -0500
commit6966ab67f7dfb29d163087af9561ff7bc360ee7f (patch)
tree86d6215283539604e457745c882c47cfd46502e2 /structs.go
parent5ace0a45477ef0e3d06a94cfbbee7e623a7d56c7 (diff)
shortcut to make new git repos
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 5d267d9..1a24687 100644
--- a/structs.go
+++ b/structs.go
@@ -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() {