[ 源代码: golang-github-shenwei356-util ]
软件包:golang-github-shenwei356-util-dev(0.5.2-1)
golang-github-shenwei356-util-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-shenwei356-util:
- [golang-github-shenwei356-util_0.5.2-1.dsc]
- [golang-github-shenwei356-util_0.5.2.orig.tar.gz]
- [golang-github-shenwei356-util_0.5.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Golang utility packages (library)
The utilities include
bytesize: providing a way to show readable values of byte sizes by reediting the code from http://golang.org/doc/effective_go.html. It could also parsing byte size text to ByteSize object.
exec: runs external commands. It wraps os.exec to allow using full command string as arguments, and provides functions of providing (stdin, stdout, stderr) channel for (stdin, stdout, stderr) pipe.
byteutil, cliutil, math, pathutil, randutil, stringutil are further utils without specific documentation.
其他与 golang-github-shenwei356-util-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go
-
- dep: golang-github-shenwei356-breader-dev (>= 0.3.2-1~)
- buffered file reader library for Go
-
- dep: golang-github-shenwei356-natsort-dev
- natural strings sorting in Go (library)
-
- dep: golang-github-spf13-cobra-dev
- Go library for creating powerful modern Go CLI applications
-
- dep: golang-github-twotwotwo-sorts-dev
- Parallel and radix sorting in Go