package inflection

import "golazy.dev/lazysupport/inflection"

Package inflection contains word and naming helpers used by GoLazy conventions.

lazyroutes uses these helpers to infer REST resource names. Applications can use the package directly when they need the same singular, plural, or naming behavior without importing the router.

Variables

var Default = newDefaultInflector()

Functions

Types