tkrajina / typescriptify-golang-structs

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

Doesn't work with vendoring #64

Open Davincible opened 1 year ago

Davincible commented 1 year ago

When I have vendoring enabled:

/tmp/1378569560/typescriptify_967979130.go:7:2: cannot find package "." in:

without it works fine