summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 5b28289..4dadcd2 100644
--- a/structs.go
+++ b/structs.go
@@ -35,7 +35,7 @@ type AutoArgs struct {
buildtime func() (string, string) // some examples
pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
autoFunc func(*Auto) // also a function for autocomplete
- match map[string]string // maps for strings
+ // match map[string]string // maps for strings
}
// print out auto complete debugging info