Add go-zero-width (#2242)

This commit is contained in:
Nikola Trubitsyn 2018-11-26 15:23:08 +03:00 committed by Ceriath
parent 37e491ddcd
commit adfe447b08

View File

@ -1316,6 +1316,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string.
* [go-slugify](https://github.com/mozillazg/go-slugify) - Make pretty slug with multiple languages support.
* [go-vcard](https://github.com/emersion/go-vcard) - Parse and format vCard.
* [go-zero-width](https://github.com/trubitsyn/go-zero-width) - Zero-width character detection and removal for Go.
* [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go.
* [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language.
* [gommon/bytes](https://github.com/labstack/gommon/tree/master/bytes) - Format bytes to string.