Golang - Chain of Responsibility Pattern
The Chain of Responsibility pattern is a behavioral design pattern that allows an object to pass a request along a chain of handlers until one of the handlers can handle the request. This pattern is useful when there are multiple objects that can han...
blog.matthiasbruns.com3 min read