aosasona / gots

No matter how you pronounce it, this repository is all about converting Go types to TypeScript types.
MIT License
19 stars 0 forks source link

support custom types without tags #16

Open aosasona opened 11 months ago

aosasona commented 11 months ago

It should be able to generate the right types for custom types without a tag as long as they implement the CustomType interface.

In all these cases, the tag will still take precedence as long as it is present