Design Patterns in Go Implementation studies of design patterns in the Golang language Creational Patterns Provide various object creation mechanisms, which increase flexibility and reuse of existing code. Abstract Factory Factory Builder Ref: refactoring.guru