diff --git a/README.md b/README.md index c3514dbd..2f8e3d8c 100644 --- a/README.md +++ b/README.md @@ -1456,6 +1456,7 @@ _**Unofficial** set of patterns for structuring projects._ * [faker](https://github.com/pioz/faker) - Random fake data and struct generator for Go. * [ffmt](https://github.com/go-ffmt/ffmt) - Beautify data display for Humans. * [gatus](https://github.com/TwinProduction/gatus) - Automated service health dashboard. +* [go-commandbus](https://github.com/lana/go-commandbus) - A slight and pluggable command-bus for Go. * [go-commons-pool](https://github.com/jolestar/go-commons-pool) - Generic object pool for Golang. * [go-openapi](https://github.com/go-openapi) - Collection of packages to parse and utilize open-api schemas. * [go-resiliency](https://github.com/eapache/go-resiliency) - Resiliency patterns for golang.