Results 1 comments of sasaba

Struct embedding doesn't seem to work very well at the moment In this code ```go package main import ( "bytes" "reflect" ) func main() { tt := reflect.StructOf([]reflect.StructField{ {Name: "Buffer",...