ironarachne / world

This is a fantasy world generation CLI and set of Go packages for the same.
MIT License
48 stars 9 forks source link

Convert any number to a word #34

Closed KnutZuidema closed 4 years ago

KnutZuidema commented 4 years ago

This is a rework of NumberToWord so that it is able to convert any number representable by a 64-bit integer into a word. This also means it doesn't return errors anymore.

KnutZuidema commented 4 years ago

Hi @BenOvermyer,

Is this something you want to merge? If not, I'll close it.

BenOvermyer commented 4 years ago

Oof, I'm sorry I missed this. Life has been.... rough the past couple months, what with the situation.

This looks good. I'll merge it.