1
0
Fork 0
mirror of https://github.com/tmrts/go-patterns.git synced 2025-04-04 13:43:37 +03:00
This commit is contained in:
Ala 2022-05-23 16:33:32 +02:00 committed by GitHub
commit fa730d8ba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ const (
)
type Builder interface {
Color(Color) Builder
Paint(Color) Builder
Wheels(Wheels) Builder
TopSpeed(Speed) Builder
Build() Interface