Golang Structs
Hey there! Let's learn structs in Golang. Struct Struct (aka structure) is used to create custom data types. In Golang we have primitive data types like int, float, complex, boolean, etc, and composite data types, such as arrays, maps, etc. But, what...
Feb 14, 20238 min read70
