in golang I tried this, but it gives me error
type Car interface{ Drive() Stop() } type Lambo struct{ Lambomodel string } func NewModel(arg string)