Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okeuday/erlang_go
Erlang External Term Format for Go
https://github.com/okeuday/erlang_go
erlang-encoding golang
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:56:52.000Z (about 1 year ago)
- Last Synced: 2024-06-19T22:17:02.354Z (7 months 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
==================================[![Build Status](https://app.travis-ci.com/okeuday/erlang_go.svg?branch=master)](https://app.travis-ci.com/okeuday/erlang_go) [![Go Report Card](https://goreportcard.com/badge/github.com/okeuday/erlang_go?maxAge=3600)](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