
Design Patterns in Go: Factory method, automating the factory
Introduction In this article I discussed the implementation of the Abstract Factory pattern. The Factory Method is simply...

Design Patterns in Go: Abstract Factory, the flexible production of objects
Introduction The Abstract Factory Pattern is a way to group the creation of related objects, like products of...