diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,12 +1,13 @@ package argvpb // try this struct out (?) -var me *AutoArgs +var me *AutoType +// try a global here to see how that turns out var PB *Argv // this is a work in progress -type AutoArgs struct { +type AutoType struct { pb *Argv // the protobuf for the current process all *Argvs // the history of argv last *Argv // the pb from the last time the user tried autocomplete |
