Notes on things I got stuck on in Go language (classes and inheritance)

I started Golang. When I started, I found that Golang is designed to be as simple as possible in its syntax and as simple in its code as possible. And for that reason, Golang has some slightly tricky syntax. However, without knowing them, I made judgments based on my preconceptions and self-serving…