add badflag test

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-03-27 13:55:27 +03:00
parent 3ccffeb42b
commit ec564c021e
3 changed files with 14 additions and 10 deletions

View File

@@ -10,9 +10,9 @@ import (
)
type mapValue struct {
v reflect.Value
delim string
def string
v reflect.Value
}
func (v mapValue) String() string {
@@ -67,9 +67,9 @@ func (v mapValue) Set(s string) error {
}
type sliceValue struct {
v reflect.Value
delim string
def string
v reflect.Value
}
func (v sliceValue) String() string {