phelmkamp/metatag

Stringer fields not reset when moving on to next type

Closed this issue · 1 comments

type A struct {
    a string `meta:"stringer"`
}

type B struct {
    b string `meta:"stringer"` // included in A.String()!
}

Fixed