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...
mohanj.hashnode.dev8 min read
No responses yet.