[ Bron: golang-github-stoewer-go-strcase ]
Pakket: golang-github-stoewer-go-strcase-dev (1.2.0-4)
Verwijzigingen voor golang-github-stoewer-go-strcase-dev
Debian bronnen:
Het bronpakket golang-github-stoewer-go-strcase downloaden:
- [golang-github-stoewer-go-strcase_1.2.0-4.dsc]
- [golang-github-stoewer-go-strcase_1.2.0.orig.tar.gz]
- [golang-github-stoewer-go-strcase_1.2.0-4.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.