diff --git a/README.md b/README.md index 47799cd1..9490172a 100644 --- a/README.md +++ b/README.md @@ -1858,6 +1858,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [olaf](https://github.com/btnguyen2k/olaf) - Twitter Snowflake implemented in Go. * [onecache](https://github.com/adelowo/onecache) - Caching library with support for multiple backend stores (Redis, Memcached, filesystem etc). * [panicparse](https://github.com/maruel/panicparse) - Groups similar goroutines and colorizes stack dump. +* [pattern-match](https://github.com/alexpantyukhin/go-pattern-match) - Pattern matching libray. * [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool. * [pgo](https://github.com/arthurkushman/pgo) - Convenient functions for PHP community. * [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API.