Skip to content

tzvetkoff-go/inflector

Repository files navigation

The Inflector transforms words in various ways

GoDoc Build Status

A Go port of the Rails Inflector.

Examples

package main

import (
	"github.com/tzvetkoff-go/inflector"
)

func main() {
	println(inflector.Pluralize("person"))      // "people"
	println(inflector.Singularize("men"))       // "man"
}

License

The code is subject to the MIT license.

About

The Inflector transforms words in various ways

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages