tkrajina / typescriptify-golang-structs

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

Enable the addition of custom imports on the generated TS file #28

Closed shackra closed 3 years ago

shackra commented 3 years ago

This makes it easier to have the imports from the get-go on the TS file instead of having to manually edit the output.

fixes #31

shackra commented 3 years ago

@tkrajina I have added a test and also activated the Github actions, if you merge this Github Actions will be available for all future forks and branches.