Golang - Decorator Pattern
The Decorator Pattern is a design pattern that allows behavior to be added to an individual object, dynamically, without affecting the behavior of other objects from the same class.
The "Gang of Four" patterns book describes the Decorator Pattern as ...
blog.matthiasbruns.com3 min read