summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 15:35:48 -0600
committerJeff Carr <[email protected]>2024-12-04 15:35:48 -0600
commit0463030e80f480f0d38989f4231db8b1651b40bc (patch)
tree7c9da2db3130f939a7fd74864a54ac21474cc3b7 /structs.go
parent923160d70cd4f21896d6c57a39bdcce3e1ae0af6 (diff)
general improvements
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 89402c9..6d2cccc 100644
--- a/structs.go
+++ b/structs.go
@@ -5,6 +5,7 @@ import (
"go.wit.com/gui"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/protobuf/forgepb"
+ "go.wit.com/lib/protobuf/gitpb"
)
var me *mainType
@@ -22,6 +23,7 @@ type mainType struct {
pp *arg.Parser
forge *forgepb.Forge
myGui *gui.Node
+ packs []*gitpb.Repo
// our view of the repositories
repos *repoWindow