summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 86985d2..2217a10 100644
--- a/structs.go
+++ b/structs.go
@@ -4,13 +4,13 @@
package main
import (
- "go.wit.com/lib/gui/prep"
+ "go.wit.com/lib/protobuf/argvpb"
)
var me *mainType
// this app's variables
type mainType struct {
- sh *prep.Auto // shell autocomplete
- pb *Files // all the proto files as they get parsed (into another protobuf file)
+ sh *argvpb.Argv // shell autocomplete
+ pb *Files // all the proto files as they get parsed (into another protobuf file)
}