Skip to content

Commit

Permalink
Add our Go implementation to the list
Browse files Browse the repository at this point in the history
Hope this is okay - I couldn't find a working Golang implementation, so have been working on this for the past week.

I copied the test cases from the C implementation and they're now all passing.
  • Loading branch information
thomshutt committed Oct 9, 2020
1 parent 18b2a5a commit b8e136c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -39,6 +39,8 @@ Smile Codecs
* [Cheshire](https://github.com/dakrone/cheshire) library offers support via Jackson `jackson-dataformat-smile`
* C
* [libsmile](https://github.com/pierre/libsmile) is a small C-library for reading and writing Smile data.
* Go
* [go-smile](https://github.com/zencoder/go-smile) Smile decoder written in Golang.
* Javascript
* [smile-js](https://github.com/ngyewch/smile-js) Smile decoder written in Javascript
* Python
Expand Down

0 comments on commit b8e136c

Please sign in to comment.