tkrajina / typescriptify-golang-structs

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

process customImports on Params with other flags #48

Closed shamer closed 3 years ago

shamer commented 3 years ago

This PR is to fix https://github.com/tkrajina/typescriptify-golang-structs/issues/47

Custom imports were not getting included in the generated file because the customImports slice on the Params wasn't getting updated.

tkrajina commented 3 years ago

Thanks!