github.com/kazu/loncha@v0.6.3/example/sample_parent.go (about) 1 package example 2 3 type SampleParent struct { 4 Name string 5 }