Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

what is struct in golang

A structure or struct in Golang is a user-defined type that allows to group/combine items of possibly different types into a single type. Any real-world entity which has some set of properties/fields can be represented as a struct.
 
PREVIOUS NEXT
Tagged: #struct #golang
ADD COMMENT
Topic
Name
9+7 =