A structure groups multiple values into a single entity.

Zero value of struct is a struct whose fields are set to their respective zero values.

Struct basics:

https://codeeval.dev/gist/38716aa4a1102085d3c990d2c616348c

Learn more about structs.