mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-22 04:36:02 +03:00
6 lines
67 B
Go
6 lines
67 B
Go
package main
|
|
|
|
type Motorbike interface {
|
|
GetMotorbikeType() int
|
|
}
|