stash/vendor/github.com/gobuffalo/flect/name/url.go
2019-02-09 04:32:50 -08:00

5 lines
81 B
Go

package name
func (n Ident) URL() Ident {
return Ident{n.File().Pluralize()}
}