Mohan Padagamohanj.hashnode.devยทFeb 14, 2023Golang StructsHey 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...66 readsGo LanguageAdd a thoughtful commentNo comments yetBe the first to start the conversation.