github.com/unionj-cloud/go-doudou/v2@v2.3.5/toolkit/astutils/testdata/embed4.go (about) 1 package main 2 3 type TestBase4 struct { 4 index string 5 Type string 6 } 7 8 type TestEmbed4 struct { 9 TestBase1 `json:"test_base_1,omitempty"` 10 Fields []Field `json:"fields"` 11 }