Skip to content

okeuday/erlang_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang External Term Format for Go

Build Status Go Report Card

Provides all encoding and decoding for the Erlang External Term Format (as defined at https://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) (For go (version > 1.11) command-line use you can use the prefix GO111MODULE=auto to avoid additional shell setup)

Build

go build ./...

Test

go test ./...

Author

Michael Truog (mjtruog at protonmail dot com)

License

MIT License

About

Erlang External Term Format for Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages