Use new Tag type for slice separator.

This commit is contained in:
Alec Thomas
2018-05-23 12:20:47 -04:00
parent 886edb6f5a
commit 5df3b26bab
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ type Value struct {
Help string
Default string
Decoder Decoder
Tag reflect.StructTag
Tag *Tag
Value reflect.Value
Required bool
Set bool // Used with Required to test if a value has been given.