Go Interfaces and Receivers
As mentioned before, the follow-up Go post to record some findings while learning the language. I was burned once when bringing notions of types from previous experiences with C++/Java when…
As mentioned before, the follow-up Go post to record some findings while learning the language. I was burned once when bringing notions of types from previous experiences with C++/Java when…
Some quick notes on Go after taking a short "OOP in Go" course from LinkedIn (instructor Frank P Moley III). Encapsulation Encapsulation in Go is performed at a package level…