tkrajina / typescriptify-golang-structs

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

Custom imports not included in generated file #47

Closed shamer closed 3 years ago

shamer commented 3 years ago

Custom imports specified with "-import" no longer get included in the generated output.

It looks like this happened when the flag processing got changed to directly use the Params struct in https://github.com/tkrajina/typescriptify-golang-structs/commit/5fd4c3aaee7a5c168619e2abe95aa63c17c2bc80