Sign in
go
/
go.git
/
7bd22aafe41be40e2174335a3dc55431ca9548ec
/
.
/
src
/
reflect
/
internal
/
example2
/
example.go
blob: df64ba1ff963d5a21f4fddb94ead17d3fb3818e2 [
file
]
package example2
type MyStruct struct {
MyStructs []MyStruct
MyStruct *MyStruct
}