[ 原始碼: golang-github-alecthomas-binary ]
套件:golang-github-alecthomas-binary-dev(0.0~git20171101.6e8df1b-2)
golang-github-alecthomas-binary-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-alecthomas-binary:
- [golang-github-alecthomas-binary_0.0~git20171101.6e8df1b-2.dsc]
- [golang-github-alecthomas-binary_0.0~git20171101.6e8df1b.orig.tar.gz]
- [golang-github-alecthomas-binary_0.0~git20171101.6e8df1b-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
general purpose binary encoder/decoder
This package provides compact binary encoding for Go.
The Go standard library package encoding/binary provides encoding/decoding of fixed-size Go values or slices of same. This package extends support to arbitrary, variable-sized values by prefixing these values with their varint-encoded size, recursively.