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

fix broken json tag support in v1.0.3 #7

Closed aosasona closed 1 year ago

aosasona commented 1 year ago

for some reason, JSON tag seems to be broken in Sidekyk API after updating to 1.0.3

aosasona commented 1 year ago

This wasn't really "broken", it just didn't exist. I accidentally overwrote the changes I made in #2, will be fixed in the next release with a cleaner, better parser.