Gjergji Ramku
Gjergji Ramku
### Description Go structs which contains fields with json tags such as ``json:"@ID,omitempty"`` generate wrong typescript class. ### To Reproduce This struct ``` type MyStruct struct { ID string `json:"@ID,omitempty"`...
# Description Unit tests for #3476 Fixes # (issue) ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue)...
### Is your feature request related to a problem? Please describe. I have a weird case where i have a struct that that doesn't have any fields and it's not...
# Description Addresses #3490 Fixes #3490 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [x]...