Open xtutu opened 3 months ago
What is reflect type of reflect.TypeOf(retValue).Kind()?
I suspect it is an interface of any?
@antonmedv
when I use: TryStrToNum[int32]("1")
reflect.TypeOf(retValue).Kind() is int32
I will take a look.
I will take a look.
hi,Would you mind if I fixed this issue link
is it a bug ? How to fix it?