tkrajina / typescriptify-golang-structs

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

Make ptr fields follow omitempty directive #69

Open martinboehm opened 1 year ago

martinboehm commented 1 year ago

Fixes output for pointers are always treated as omitempty #60.