summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index bec7549..b0b4a44 100644
--- a/structs.go
+++ b/structs.go
@@ -4,7 +4,7 @@
package main
import (
- "go.wit.com/dev/alexflint/arg"
+ "go.wit.com/lib/gui/prep"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -13,7 +13,7 @@ var me *autoType
// this app's variables
type autoType struct {
- argpp *arg.Parser // go-arg preprocessor
+ auto *prep.Auto // more experiments for bash handling
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
}