awesome-patterns/creational/abstract_factory.md
Lucas Alves c3ace1a31b Create new factory function
* CreateVehicleFactory function initiate a new factory of
	  Car or Motorbike
2021-07-01 00:59:42 -03:00

15 lines
98 B
Markdown

# Abstract Factory Pattern
## Implementation
```go
```
## Usage
```go
```
## Rules of Thumb