1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-22 04:56:09 +03:00

Correct function name mismatch

This commit is contained in:
Ala 2022-05-23 16:32:53 +02:00 committed by GitHub
parent f978e42036
commit be4e0a4046
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