From ca5d4f651145a6f702eca14a74ade6fd9e0b1077 Mon Sep 17 00:00:00 2001 From: Michael Persson Date: Wed, 18 Apr 2018 09:08:33 -0500 Subject: [PATCH] add encdec package (#1881) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0490b9af..43bb525c 100644 --- a/README.md +++ b/README.md @@ -1186,6 +1186,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [doi](https://github.com/hscells/doi) - Document object identifier (doi) parser in Go. * [editorconfig-core-go](https://github.com/editorconfig/editorconfig-core-go) - Editorconfig file parser and manipulator for Go. * [enca](https://github.com/endeveit/enca) - Minimal cgo bindings for [libenca](http://cihar.com/software/enca/). + * [encdec](https://github.com/mickep76/encdec) - Package provides a generic interface to encoders and decodersa. * [genex](https://github.com/alixaxel/genex) - Count and expand Regular Expressions into all matching Strings. * [github_flavored_markdown](https://godoc.org/github.com/shurcooL/github_flavored_markdown) - GitHub Flavored Markdown renderer (using blackfriday) with fenced code block highlighting, clickable header anchor links. * [go-fixedwidth](https://github.com/ianlopshire/go-fixedwidth) - Fixed-width text formatting (encoder/decoder with reflection).