Replies: 1 comment 2 replies
-
Thanks for your feedback, I have tested and it works well, could you provide any code to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please consider this XSD for example
It, because of this line of code
xgen/genGo.go
Line 180 in 04f2cd7
Now, if anywhere we want to use the baseAddressType,
xml.Marshal
with return conflict error. I guess it is because of the fact that go structs are Capitalized.Can you please suggest a fix?
Beta Was this translation helpful? Give feedback.
All reactions