From 9ddc0596afbf8e4bca81a3140a5a548e1eec74d3 Mon Sep 17 00:00:00 2001 From: Oleg Lobanov Date: Tue, 2 Jan 2018 18:17:20 +0300 Subject: [PATCH] add https://github.com/o1egl/fwencoder library (#1738) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421d613b..25d9fa6e 100644 --- a/README.md +++ b/README.md @@ -1019,6 +1019,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bambam](https://github.com/glycerine/bambam) - generator for Cap'n Proto schemas from go. * [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. +* [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. * [go-codec](https://github.com/ugorji/go) - High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support. * [gogoprotobuf](https://github.com/gogo/protobuf) - Protocol Buffers for Go with Gadgets.