Unfortunately the author is confused about Go's type system. Go does not have inheritance, single or otherwise. Embedding is not inheritance and is not equivalent to it.
Really? Sure smells like it despite all the claims its not.
Embedding is basically syntactic sugar for delegation.