From adfe447b086dfa24583d30cebd83105e6b3f96a1 Mon Sep 17 00:00:00 2001 From: Nikola Trubitsyn Date: Mon, 26 Nov 2018 15:23:08 +0300 Subject: [PATCH] Add go-zero-width (#2242) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a1d8e3c..9c9dee9a 100644 --- a/README.md +++ b/README.md @@ -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.