-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels