Closed coolit closed 6 years ago
(v *Value) String() only works for string, what if the data is a array of string?
v := NewValue() v.Append("123") v.Append("456") str_v := v.Index(0) str := str_v.String()
(v *Value) String() only works for string, what if the data is a array of string?