Source file src/reflect/internal/example1/example.go 1 package example1 2 3 type MyStruct struct { 4 MyStructs []MyStruct 5 MyStruct *MyStruct 6 } 7 View as plain text