From 92e49a2c7d56bea5abb79b7b4281ee87c18e6245 Mon Sep 17 00:00:00 2001 From: Javier Peletier Date: Fri, 28 Feb 2020 17:53:51 +0100 Subject: [PATCH] Added elastic (#2973) --- README.md | 1 + 1 file changed, 1 insertion(+) 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.