You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the need of casting an interface{} to a slice of float64 numbers, but the corresponding helper is missing. Since there are already functions like ToIntSlice(), is it ok to add one for float64?
The text was updated successfully, but these errors were encountered:
I have the need of casting an
interface{}
to aslice
offloat64
numbers, but the corresponding helper is missing. Since there are already functions likeToIntSlice()
, is it ok to add one forfloat64
?The text was updated successfully, but these errors were encountered: