Skip to content

Support naming helper Array types with correct plural (Currencies, not Currencys) #165

Open
@bramp

Description

@bramp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions