add encdec package (#1881)

This commit is contained in:
Michael Persson 2018-04-18 09:08:33 -05:00 committed by Bo-Yi Wu
parent d62b9f9e4b
commit ca5d4f6511

View File

@ -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).