gowsdl
gowsdl copied to clipboard
Error in generated go file: problem with element names containing dashes
Example:
<xs:element name="dunning-date" minOccurs="0">
generates:
// date of dunning
Dunning-date string xml:"dunning-date,omitempty"
Is it possible to generate variable names with camel case instead? Because the example code above is no valid go code.
@unkeep Your patch no longer applies to the master branch I'm afraid. But I still run into this specific error myself, trying to understand where its coming from and how to handle it...