code, developers don't necessarily refer to the <initialised/ instantiated/ declared "object"> as an object. May be it is just something that i might have picked up from some video and have now become sensitive to it. What the general take here on referring to objects in Go?
we don't have objects in go, only structs
structs are types, objects are instances of types
Обсуждают сегодня