[ 源代码: golang-github-mgutz-str ]
软件包:golang-github-mgutz-str-dev(1.2.0-2)
golang-github-mgutz-str-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-mgutz-str:
- [golang-github-mgutz-str_1.2.0-2.dsc]
- [golang-github-mgutz-str_1.2.0.orig.tar.gz]
- [golang-github-mgutz-str_1.2.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
comprehensive set of string functions
This package provides a comprehensive set of string functions to build more Go awesomeness. The library complements Go's standard packages and does not duplicate functionality found in 'strings' or 'strconv'.
This library is based on plain functions instead of object-based methods, consistent with Go standard string packages.