You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/vendor/github.com/gedex/inflector
Kazumichi Yamamoto cd7f69ab11
New provider arukas (#11171)
9 years ago
..
CakePHP_LICENSE.txt New provider arukas (#11171) 9 years ago
LICENSE.md New provider arukas (#11171) 9 years ago
README.md New provider arukas (#11171) 9 years ago
inflector.go New provider arukas (#11171) 9 years ago

README.md

Inflector

Inflector pluralizes and singularizes English nouns.

Build Status Coverage Status GoDoc

Basic Usage

There are only two exported functions: Pluralize and Singularize.

fmt.Println(inflector.Singularize("People")) // will print "Person"
fmt.Println(inflector.Pluralize("octopus")) // will print "octopuses"

Credits

License

This library is distributed under the BSD-style license found in the LICENSE.md file.