Binary package “golang-github-markbates-inflect-dev” in ubuntu bionic

Go library to transform words from singular to plural (Git fork)

 Forked from the Mercurial-based https://bitbucket.org/pkg/inflect to GitHub,
 this Go library 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.