[ 原始碼: golang-github-mgutz-str ]
套件:golang-github-mgutz-str-dev(1.2.0-4)
golang-github-mgutz-str-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-mgutz-str:
- [golang-github-mgutz-str_1.2.0-4.dsc]
- [golang-github-mgutz-str_1.2.0.orig.tar.gz]
- [golang-github-mgutz-str_1.2.0-4.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.