We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586884d commit 84c69b5Copy full SHA for 84c69b5
reflect.go
@@ -27,7 +27,7 @@ func extractValue(input interface{}) (output []string) {
27
output[i] = valueToStr(v.Index(i))
28
}
29
} else {
30
- output = make([]string, 1, 1)
+ output = make([]string, 1)
31
output[0] = valueToStr(v)
32
33
0 commit comments