You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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...
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.
The text was updated successfully, but these errors were encountered: