AnakinSong / erlang_go

Erlang Binary Term Format for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erlang Binary Term Format for Go

Build Status Go Report Card

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 command-line use you can use the prefix GOPATH=pwd GOBIN=$$GOPATH/bin to avoid additional shell setup)

Build

go build erlang

Test

go test erlang

Author

Michael Truog (mjtruog at protonmail dot com)

License

MIT License

About

Erlang Binary Term Format for Go

License:MIT License


Languages

Language:Go 100.0%