@jangko what do you mean with simulated inheritance? In Go you can have an 
[embedded type in a struct](https://golang.org/ref/spec#Struct_types). That 
means your struct has all methods, that the embedded type also has. This is 
effectively pretty much like multiple inheritance. So what simulated 
inheritance is not possible in Go?

Reply via email to