tkrajina / typescriptify-golang-structs

A Golang struct to TypeScript class/interface converter
Apache License 2.0
505 stars 87 forks source link

Added custom json tag support #68

Closed abelkuruvilla closed 6 months ago

abelkuruvilla commented 1 year ago

This will add support to use custom tags instead of standard json tag

tkrajina commented 6 months ago

Merged, thanks.