Structs in Go
A struct is a composite datatype that groups together many fields of different types into one object. This blog post will go over the basics of how to declare a struct and assign values to its attributes.
In Go, a struct is defined using the type key...
alissalozhkin.hashnode.dev1 min read