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'd also love this, if it's possible. I'm completely unfamiliar with Go-lang so I'm not sure if it even supports union types.
For my use case, omitting union types in generated .go file would solve my immediate problem so I created this branch.
@ctison if I open a PR for it, would you accept it?
First thank you for making this, great tool to get GoLang clients up to speed fast.
I noticed that union types are ignored when generating:
In the output AorB does not exist, and other types which use it comes up as
undefined
like this:The text was updated successfully, but these errors were encountered: