type github.com/jinzhu/inflection.RegularSlice
9 uses
github.com/jinzhu/inflection (current package)
inflections.go#L50: type RegularSlice []Regular
inflections.go#L55: var pluralInflections = RegularSlice{
inflections.go#L79: var singularInflections = RegularSlice{
inflections.go#L204: func GetPlural() RegularSlice {
inflections.go#L205: plurals := make(RegularSlice, len(pluralInflections))
inflections.go#L211: func GetSingular() RegularSlice {
inflections.go#L212: singulars := make(RegularSlice, len(singularInflections))
inflections.go#L232: func SetPlural(inflections RegularSlice) {
inflections.go#L238: func SetSingular(inflections RegularSlice) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)