[ 原始碼: 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