Embedding Structs in Golang

# Introduction This challenge aims to test your understanding of struct embedding in Golang. You will be required to create a struct that embeds another struct and access its fields and methods.

|
60 : 00

Click the virtual machine below to start practicing