summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 06:08:15 -0500
committerJeff Carr <[email protected]>2025-10-15 06:08:15 -0500
commit5d0a2d4a095d87fbada8a7c5e1e2bf0f5efa648c (patch)
treecc2500733a4f4e8547d6b3b49dcb65b76266b083 /structs.go
parentf7f02647de5f52c23202e5c2c67954bfa5af1007 (diff)
rewrite this ancient code
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 3 insertions, 5 deletions
diff --git a/structs.go b/structs.go
index 00d46d9..50023fb 100644
--- a/structs.go
+++ b/structs.go
@@ -6,6 +6,7 @@ import (
"go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/protobuf/gitpb"
+ "go.wit.com/lib/protobuf/zoopb"
)
var me *mainType
@@ -15,11 +16,8 @@ type mainType struct {
sh *prep.Auto // more experiments for bash handling
myGui *fhelp.GuiPrep // the gui handle itself
origGui *gui.Node // the gui handle itself
-
- goSrc string // path to ~/go/src or go.work file
- goPath string // the goPath to use for the package
- hasWork bool // true if using go.work file
- repo *gitpb.Repo // this is the repo we are in
+ pb *zoopb.Package // the .deb package protobuf
+ repo *gitpb.Repo // this is the repo we are in
}
type controlBox struct {