tkrajina / typescriptify-golang-structs

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

Use go modules for dependency management #38

Closed behroozk closed 3 years ago

behroozk commented 3 years ago

Use the recommended go mod for dependency management. This change should not break any existing functionality.

tkrajina commented 3 years ago

Thanks!