summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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