add badflag test
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
4
util.go
4
util.go
@@ -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 {
|
||||
|
Reference in New Issue
Block a user