Don't extract repeated value
This commit is contained in:
		| @@ -61,10 +61,6 @@ func extractValue(v reflect.Type, d int) *registry.Value { | ||||
| 			p = p.Elem() | ||||
| 		} | ||||
| 		arg.Type = "[]" + p.Name() | ||||
| 		val := extractValue(v.Elem(), d+1) | ||||
| 		if val != nil { | ||||
| 			arg.Values = append(arg.Values, val) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	return arg | ||||
|   | ||||
		Reference in New Issue
	
	Block a user