Go - Struct
Introduction-Struct
struct
user-defined data type.
a structure that groups together data elements.
provide a way to reference a series of grouped values through a single variable name.
used when it makes sense to group or associate two or more da...
shounakkhulape.hashnode.dev2 min read