[ ソース: 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