Go Structs and the zero state value
Jul 10, 2022 · 4 min read · I would call GoLang a data-oriented language, not an object-oriented language, although you can make some object-oriented patterns with it. For example, Golang doesn't have classes, inheritance and method overriding. Another thing it doesn't have is ...
Join discussion