type github.com/jinzhu/inflection.Regular

4 uses

	github.com/jinzhu/inflection (current package)
		inflections.go#L37: type Regular struct {
		inflections.go#L50: type RegularSlice []Regular
		inflections.go#L181: 	pluralInflections = append(pluralInflections, Regular{find, replace})
		inflections.go#L187: 	singularInflections = append(singularInflections, Regular{find, replace})