diff --git a/README.md b/README.md index 4c5a0724..4cdea3a9 100644 --- a/README.md +++ b/README.md @@ -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.