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