mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-03 13:13:34 +03:00
Merge d3288c71aa
into f978e42036
This commit is contained in:
commit
503d62f4d5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ type Interface interface {
|
|||
## Usage
|
||||
|
||||
```go
|
||||
assembly := car.NewBuilder().Paint(car.RedColor)
|
||||
assembly := car.NewBuilder().Color(car.RedColor)
|
||||
|
||||
familyCar := assembly.Wheels(car.SportsWheels).TopSpeed(50 * car.MPH).Build()
|
||||
familyCar.Drive()
|
||||
|
|
Loading…
Add table
Reference in a new issue