The gojay generator produces an array type called Currencys for the Currency struct. It would be good if it could follow correct English pluralisation rules, so Currency becomes Currencies.
The correct plural could be determined with a library that understands English, or just giving us a special tag to add to our types to indicate the plural.
The gojay generator produces an array type called
Currencysfor theCurrencystruct. It would be good if it could follow correct English pluralisation rules, soCurrencybecomesCurrencies.The correct plural could be determined with a library that understands English, or just giving us a special tag to add to our types to indicate the plural.