[ Bron: golang-github-shenwei356-util ]
Pakket: golang-github-shenwei356-util-dev (0.0~git20201231.861956c-1)
Verwijzigingen voor golang-github-shenwei356-util-dev
Debian bronnen:
Het bronpakket golang-github-shenwei356-util downloaden:
- [golang-github-shenwei356-util_0.0~git20201231.861956c-1.dsc]
- [golang-github-shenwei356-util_0.0~git20201231.861956c.orig.tar.xz]
- [golang-github-shenwei356-util_0.0~git20201231.861956c-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan golang-github-shenwei356-util-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-shenwei356-bpool-dev
- Buffer/Byte pool for Go (library)
-
- dep: golang-github-shenwei356-breader-dev
- 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