[ aramo ]
[ 原始碼: golang-github-shenwei356-util ]
套件: golang-github-shenwei356-util-dev (0.5.0-1)
golang-github-shenwei356-util-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-shenwei356-util:
- [golang-github-shenwei356-util_0.5.0-1.dsc]
- [golang-github-shenwei356-util_0.5.0.orig.tar.gz]
- [golang-github-shenwei356-util_0.5.0-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Andreas Tille
- Nilesh Patra
外部的資源:
- 主頁 [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-shenwei356-bpool-dev
- Buffer/Byte pool for Go (library)
-
- dep: golang-github-shenwei356-breader-dev (>= 0.1.0~)
- 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