summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 09:42:13 -0600
committerJeff Carr <[email protected]>2025-02-22 09:42:13 -0600
commitf0e327f8349d62126ddde40242c01648f0d7f1c4 (patch)
treefb26444badc2972458914c660bc9b8c9fa222a9d /structs.go
parentd687de6c043b6f3fd67827fd9f12e8af3ece0d68 (diff)
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index e3c170c..bec7549 100644
--- a/structs.go
+++ b/structs.go
@@ -5,7 +5,6 @@ package main
import (
"go.wit.com/dev/alexflint/arg"
- "go.wit.com/gui"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -15,7 +14,6 @@ var me *autoType
// this app's variables
type autoType struct {
argpp *arg.Parser // go-arg preprocessor
- myGui *gui.Node // the gui handle
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
}