cosi-project/runtime

run pluralize not in the run time

smira opened this issue · 0 comments

smira commented

The pluralize client used in the resource definition meta is quite expensive, as it initializes some regexps on init.

We could instead use go generate approach to generate all aliases/plural/singular versions.