phelmkamp/metatag

Parsing aborts when first field without meta tag is encountered

phelmkamp opened this issue · 1 comments

type Foo struct {
    Bar
    i int `meta:"getter"` // <- tag not parsed!
}

Still an issue when struct tag without "meta" is encountered.