文件名称:使用常用缩写来缩短您的字符串-Golang开发
文件大小:47KB
文件格式:ZIP
更新时间:2024-06-15 10:39:35
Golang Utilities
缩写使用常用缩写来缩短您的字符串。 受Tidelift Motivation的支持。该工具是由于资源名称(在我的具体情况下为AWS堆栈名称)的缩写太长而感到沮丧的。请使用常用缩写来缩短字符串。 受Tidelift Motivation支持。此工具是由于资源名称(在我的特定情况下为AWS堆栈名称)过长而感到沮丧。 如果我们能提供一个能够在您的原始名称过长的情况下建议更短的替代方法的工具,那不是很好。 安装进入get github.com/dnnrly/abbreviate make build用法该工具将尝试缩短使用常见缩写提供的字符串。
【文件预览】:
abbreviate-master
----.gometalinter.json(149B)
----Dockerfile(396B)
----.gitignore(255B)
----main.go(684B)
----README.md(5KB)
----acceptance.bats(3KB)
----.gitmodules(115B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(1KB)
--------workflows()
--------FUNDING.yml(589B)
--------ISSUE_TEMPLATE()
----docs()
--------themes()
--------content()
--------config.toml(2KB)
--------archetypes()
----LICENSE(11KB)
----.goreleaser.yml(481B)
----go.mod(193B)
----SECURITY.md(459B)
----CONTRIBUTING.md(933B)
----domain()
--------shorteners_test.go(13KB)
--------abbreviate_test.go(2KB)
--------shorteners.go(5KB)
--------abbreviate.go(2KB)
----CODE_OF_CONDUCT.md(3KB)
----scripts()
--------action()
----go.sum(6KB)
----.codecov.yml(29B)
----data()
--------data.go(473B)
--------common-en-us.go(41KB)
----Makefile(1KB)
----cmd()
--------separated.go(2KB)
--------snake.go(1KB)
--------camel.go(1KB)
--------kebab.go(1KB)
--------original.go(1KB)
--------pascal.go(1KB)
--------print.go(967B)
--------root.go(4KB)