https://github.com/okeuday/erlang_go
Erlang External Term Format for Go
https://github.com/okeuday/erlang_go
erlang-encoding golang
Last synced: 11 months ago
JSON representation
Erlang External Term Format for Go
- Host: GitHub
- URL: https://github.com/okeuday/erlang_go
- Owner: okeuday
- License: mit
- Created: 2017-01-29T03:05:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:56:52.000Z (over 2 years ago)
- Last Synced: 2025-04-23T03:48:39.440Z (about 1 year ago)
- Topics: erlang-encoding, golang
- Language: Go
- Homepage:
- Size: 105 KB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Erlang External Term Format for Go
==================================
[](https://app.travis-ci.com/okeuday/erlang_go) [](https://goreportcard.com/report/github.com/okeuday/erlang_go)
Provides all encoding and decoding for the Erlang External Term Format
(as defined at [https://erlang.org/doc/apps/erts/erl_ext_dist.html](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