spf13 / cast

safe and easy casting from one type to another in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not support []uint64 type in ToStringSliceE function?

nicklaus-dev opened this issue · comments

I used cast.ToStringSlice([]uint64{1,2,3,4}) to get a string slice, it didn't work... And it gave me a empty string slice.:(