diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |
