forPelevin / gomoji

Helpful functions to work with emoji in Golang
MIT License
190 stars 28 forks source link

my go version dont support Generics #17

Closed lovelydeng closed 1 year ago

lovelydeng commented 1 year ago

Hi ,I like your project, but it used Generics type, My project's go version is below 1.17. so .what can I do..

lovelydeng commented 1 year ago

Hi I think I can fork and change those strict array type to slice thank you

forPelevin commented 1 year ago

Hi @lovelydeng,

Thank you for the question.

Actually, Gomoji doesn't use Generics but our dependent library github.com/rivo/uniseg does. So you can create an issue there and ask to avoid Generics.

Thank you.