[ aramo ]
[ 源代码: golang-github-stoewer-go-strcase ]
软件包: golang-github-stoewer-go-strcase-dev (1.2.0-2)
golang-github-stoewer-go-strcase-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-stoewer-go-strcase:
- [golang-github-stoewer-go-strcase_1.2.0-2.dsc]
- [golang-github-stoewer-go-strcase_1.2.0.orig.tar.gz]
- [golang-github-stoewer-go-strcase_1.2.0-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Peymaneh Nejad
外部的资源:
- 主页 [github.com]
相似软件包:
go library for converting between naming formats
This library converts between different kinds of naming formats such as camel case (CamelCase), snake case (snake_case) or kebab case (kebab-case). Its designed to work only with strings consisting of standard ASCII letters. Unicode is currently not supported.