Provides all encoding and decoding for the Erlang Binary Term Format (as defined at http://erlang.org/doc/apps/erts/erl_ext_dist.html) in a single Go package.
(For go
(version < 1.11) command-line use you can use the prefix
GOPATH=
pwd GOBIN=$$GOPATH/bin
to avoid additional shell setup)
go build ./...
go test ./...
Michael Truog (mjtruog at protonmail dot com)
MIT License