diff --git a/README.md b/README.md index 1649a022..7052e778 100644 --- a/README.md +++ b/README.md @@ -1488,6 +1488,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [cbor](https://github.com/fxamacker/cbor) - Small, safe, and easy CBOR encoding and decoding library. * [colfer](https://github.com/pascaldekloe/colfer) - Code generation for the Colfer binary format. * [csvutil](https://github.com/jszwec/csvutil) - High Performance, idiomatic CSV record encoding and decoding to native Go structures. +* [elastic](https://github.com/epiclabs-io/elastic) - Convert slices, maps or any other unknown value across different types at run-time, no matter what. * [fixedwidth](https://github.com/huydang284/fixedwidth) - Fixed-width text formatting (UTF-8 supported). * [fwencoder](https://github.com/o1egl/fwencoder) - Fixed width file parser (encoding and decoding library) for Go. * [go-capnproto](https://github.com/glycerine/go-capnproto) - Cap'n Proto library and parser for go.