Introduction
This lab aims to test your knowledge of Go's structs, which are typed collections of fields. Structs are useful for grouping data together to form records.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/DataTypesandStructuresGroup(["Data Types and Structures"])
go/DataTypesandStructuresGroup -.-> go/structs("Structs")
subgraph Lab Skills
go/structs -.-> lab-15515{{"Struct Manipulation in Go"}}
end