RedHatOfficial / GoCourse

Go language course
Other
487 stars 127 forks source link

Add struct embedding example #145

Closed stanislav-zeman closed 1 year ago

stanislav-zeman commented 1 year ago

Consider adding struct embedding demonstration to second lesson. It is a great place to emphasize the absence of inheritance in Go when going over this slide.