Binary package “golang-github-alecthomas-binary-dev” in ubuntu oracular

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.