Structs in Go (Part-1)
What is Struct?
A struct is a sequence of named elements, called fields, each of which has a name and a type. Field names may be specified explicitly (IdentifierList) or implicitly (EmbeddedField). Within a struct, non-blank field names must be uniqu...
pratikjagrut.space5 min read