Skip to content

emanuel-skrenkovic/mediator-go

Repository files navigation

Mediator pattern

The mediator pattern for Go. Heavily inspired (read completely copied) from Jimmy Bogard's often very helpful MediatR library.

For use on my personal projects. Was fun to play around to try to implement this.