merge master #55

Merged
vtolstov merged 20 commits from master into v3 2022-03-02 17:52:35 +03:00
Showing only changes of commit 6dfc8b8a01 - Show all commits

View File

@ -92,6 +92,9 @@ func newPathRequest(path string, method string, body string, msg interface{}, ta
continue
}
fld := tmsg.Type().Field(i)
if !fld.IsExported() {
continue
}
t := &tag{}
for _, tn := range tags {