Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 303 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 303 Bytes

Pizza Builder in Go

This project demonstrates the Builder Design Pattern in Go by creating a Pizza struct and a PizzaBuilder struct. The builder provides methods for setting each optional ingredient of the pizza, allowing for a step-by-step and controlled way to construct complex pizza objects.