Golang - Composite Pattern
In object-oriented programming, the Composite pattern is a structural design pattern that allows you to compose objects into a tree structure and work with the tree as if it were a singular object. This pattern is part of the famous "Gang of Four" de...
blog.matthiasbruns.com4 min read