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 7219b05..85083a6 100644
--- a/structs.go
+++ b/structs.go
@@ -3,6 +3,7 @@ package main
import (
"sync"
+ "go.wit.com/lib/config"
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -37,4 +38,5 @@ type mainType struct {
sh *prep.Auto // more experiments for bash handling
pb *zoopb.Packages // the mirrors packages
mirrorsDir string // "/home/mirrors/wit")
+ config *config.Config // the mirrors packages
}