golang-bitbucket-pkg-inflect-dev

Go library to transform words from singular to plural
  https://bitbucket.org/pkg/inflect
  0
  no reviews



The go library "bitbucket.org/pkg/inflect" transforms words from singular to plural, class names to table names, modularized class names to ones without, and class names to foreign keys. the default inflections for pluralization, singularization, and uncountable words are kept in inflect.go.

originally ported from the activesupport::inflector module from ruby on rails.