Access control in Go: a primer for Java developers

from blog Posts on jub0bs.com, | ↗ original
Go supports multiple programming paradigms, including object orientation. However, if you’re coming to Go from Java, you may be slightly… ehm… disoriented. One striking absence is that of any access modifiers. You may be wondering: Where are my public, protected, and private keywords? What mechanisms for access control does Go provide? Fret not!...