http://golang.org/doc/effective_go.html#embedding
http://golang.org/ref/spec#Struct_types
Note that there's also interface embedding which is a different thing.