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