package
0.0.0-20241107115949-fa1015b6a813
Repository: https://github.com/lushenle/golang-daily.git
Documentation: pkg.go.dev

# Functions

NewCarBuilder creates a new CarBuilder.

# Structs

Car represents the complex object being built.
Director provides an interface to build cars.

# Interfaces

CarBuilder provides an interface for constructing the parts of the car.