[ 源代码: golang-bitbucket-pkg-inflect ]
软件包:golang-bitbucket-pkg-inflect-dev(0.0~hg20130829.20.8961c37-6)
golang-bitbucket-pkg-inflect-dev 的相关链接
Debian 的资源:
下载源码包 golang-bitbucket-pkg-inflect:
- [golang-bitbucket-pkg-inflect_0.0~hg20130829.20.8961c37-6.dsc]
- [golang-bitbucket-pkg-inflect_0.0~hg20130829.20.8961c37.orig.tar.gz]
- [golang-bitbucket-pkg-inflect_0.0~hg20130829.20.8961c37-6.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [bitbucket.org]
相似软件包:
Go library to transform words from singular to plural
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.