diff options
| author | Jeff Carr <[email protected]> | 2025-10-09 20:00:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-09 20:06:39 -0500 |
| commit | 5cc996fb000749369a339b850c1f2f2218892537 (patch) | |
| tree | 4e6818c93fd5d6257d7fdfae0d993acdaadef736 /structs.go | |
| parent | 6910b06ff957337af42f89c1a19072cb75c0ae74 (diff) | |
nearing ability to create dists/v0.0.16
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 } |
