type github.com/jinzhu/inflection.IrregularSlice

5 uses

	github.com/jinzhu/inflection (current package)
		inflections.go#L53: type IrregularSlice []Irregular
		inflections.go#L110: var irregularInflections = IrregularSlice{
		inflections.go#L218: func GetIrregular() IrregularSlice {
		inflections.go#L219: 	irregular := make(IrregularSlice, len(irregularInflections))
		inflections.go#L244: func SetIrregular(inflections IrregularSlice) {