Michael Bretterklieber
Results
11
comments of
Michael Bretterklieber
atm I have to seek through the whole struct, with something like: ```go p := strings.Split(err.StructNamespace(), ".") // struct field name path, e.g. Foo.Bar p = p[1:] fld := getStructField(t,...