Repo to experiment with GoLang Design Patterns
Concepts to be familiar with as reading through: https://eli.thegreenplace.net/2020/embedding-in-go-part-1-structs-in-structs/
Types of design patterns:
-
Creational
- Builder
- Factory
- Prototype
- Singleton
-
Structural
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy
-
Behavioral
- Chain of Responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Observer
- Strategy
- Template
- Visitor
Feel free to use this code as you see fit! Happy Go-ing!