package
0.0.0-20210906174629-ffa6674c8e05
Repository: https://github.com/codecat/go-libs.git
Documentation: pkg.go.dev

# Functions

NewBlock creates a new block and returns it, as well as a packer that writes to it.
NewPacker creates a new packer on top of a writer.
NewUnpacker creates a new unpacker from a reader.

# Interfaces

Block is a container for binary data.
Packer allows packing of binary data.
Unpacker allows unpacking of binary data.

# Type aliases

VPackerType is the integer type.
VUnpackerType is the integer type.