Add regroup to the project listing (#3269)

* Add regroup to the project listing

* add period
This commit is contained in:
Ori Seri 2020-10-05 12:00:43 +03:00 committed by GitHub
parent f77a13db41
commit 9190a1aa1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1784,6 +1784,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [parseargs-go](https://github.com/nproc/parseargs-go) - string argument parser that understands quotes and backslashes.
* [parth](https://github.com/codemodus/parth) - URL path segmentation parsing.
* [radix](https://github.com/yourbasic/radix) - fast string sorting algorithm.
* [regroup](https://github.com/oriser/regroup) - Match regex expression named groups into go struct using struct tags and automatic parsing.
* [Tagify](https://github.com/zoomio/tagify) - Produces a set of tags from given source.
* [textwrap](https://github.com/isbm/textwrap) - Implementation of `textwrap` module from Python.
* [TySug](https://github.com/Dynom/TySug) - Alternative suggestions with respect to keyboard layouts.