[Go] Support the marking of fields as XML attributes
Created by: langston-barrett
Description
When I mark a property
as an attribute, it isn't reflected in the Go code. This:
T:
properties:
Foo:
type: boolean
xml:
attribute: true
should yield
type T struct {
[...]
Foo `xml:"Foo,attr"`
}
but currently is missing the attr
part.
openapi-generator version
Docker container