Closed themaxi closed 2 years ago
My XSD contains xs:float type:
<xs:element type="xs:float" name="Mark"/>
Generates to:
Mark *Float `xml:"Mark"`
After this fix it generates to
Mark float32 `xml:"Mark"`
LGTM, thanks for your PR.
Description
My XSD contains xs:float type:
Generates to:
After this fix it generates to
Types of changes