From ad379b345c15020743ed7a1e0e8b681168cc3df3 Mon Sep 17 00:00:00 2001 From: Mehdi Hadeli Date: Mon, 29 Jul 2024 09:19:22 +0330 Subject: [PATCH] Add Go-MediatR (#4625) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f1087d5..997bca99 100644 --- a/README.md +++ b/README.md @@ -1659,6 +1659,7 @@ _Libraries that implement messaging systems._ - [gaurun-client](https://github.com/osamingo/gaurun-client) - Gaurun Client written in Go. - [Glue](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io). - [go-eventbus](https://github.com/stanipetrosyan/go-eventbus) - Simple Event Bus package for Go. +- [Go-MediatR](https://github.com/mehdihadeli/Go-MediatR) - A library for handling mediator patterns and simplified CQRS patterns within an event-driven architecture, inspired by csharp MediatR library. - [go-mq](https://github.com/cheshir/go-mq) - RabbitMQ client with declarative configuration. - [go-notify](https://github.com/TheCreeper/go-notify) - Native implementation of the freedesktop notification spec. - [go-nsq](https://github.com/nsqio/go-nsq) - the official Go package for NSQ.