mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
cd7f69ab11
* Add a Arukas provider * Add dependencies for the Arukas provider * Add documents for the Arukas |
||
---|---|---|
.. | ||
CakePHP_LICENSE.txt | ||
inflector.go | ||
LICENSE.md | ||
README.md |
Inflector
Inflector pluralizes and singularizes English nouns.
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.