Add commonregex library (#1796)

This commit is contained in:
mingrammer 2018-02-23 21:19:31 +09:00 committed by Avelino
parent 474e9facba
commit aadbc11117

View File

@ -1163,6 +1163,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [blackfriday](https://github.com/russross/blackfriday) - Markdown processor in Go.
* [bluemonday](https://github.com/microcosm-cc/bluemonday) - HTML Sanitizer.
* [colly](https://github.com/asciimoo/colly) - Fast and Elegant Scraping Framework for Gophers
* [commonregex](https://github.com/mingrammer/commonregex) - A collection of common regular expressions for Go
* [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/).