Searched defs:tagTestProps (Results 1 – 1 of 1) sorted by relevance
93 type tagTestProps struct { struct94 A string `tag1:"a,b" tag2:"c"`95 B string `tag1:"a,c"`96 C string `tag1:"b,c"`98 D struct {