[ bianca ]
[ 源代码: golang-github-mgutz-str ]
软件包:golang-github-mgutz-str-dev(1.2.0-4)
golang-github-mgutz-str-dev 的相关链接
下载源码包 golang-github-mgutz-str:
- [golang-github-mgutz-str_1.2.0-4.debian.tar.xz]
- [golang-github-mgutz-str_1.2.0-4.dsc]
- [golang-github-mgutz-str_1.2.0.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [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.