Analysis of information sources in references of the Wikipedia article "Go (programming language)" in Simple English language version.
Although Go has types and methods and allows an object-oriented style of programming, there is no type hierarchy.
Go is Object Oriented, but not in the usual way.
Go has structural typing, not duck typing. Full interface satisfaction is checked and required.