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