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
I have two files A+B, both importing a third file C, including base types.
When i create the models.go from A and B, i get a lot of duplicates. I appreciate that the auto import includes C, but currently this approach does not properly work for me. Can we adjust the code to either:
allow to output each type to the a .go file named after the source .xsd file.
allow to output each type to the a dedicated .go file, named after the GoName() of the struct.
allow to specify multiple files as input.
3 would be preferred, 1+2 would allow to work around by copying files around.
Br!
The text was updated successfully, but these errors were encountered:
I have two files A+B, both importing a third file C, including base types.
When i create the models.go from A and B, i get a lot of duplicates. I appreciate that the auto import includes C, but currently this approach does not properly work for me. Can we adjust the code to either:
3 would be preferred, 1+2 would allow to work around by copying files around.
Br!
The text was updated successfully, but these errors were encountered: