Untitled

 avatar
unknown
golang
2 years ago
85 B
3
Indexable
type Vehicle struct {
	Seats int
	Color string
}

type Car struct {
	Vehicle
}
Editor is loading...