06. Struct, Methods, and Interface
Struct
It is a user-defined data type. It is a structure of data elements.
It helps to group several pieces of related information together.
Provide a way to reference a series of grouped values through a single variable name. (This allows many di...
golang-basic.hashnode.dev9 min read