PennState/additional-properties

time.Time is a struct but omitempty generation fails

Closed this issue · 1 comments

The generator creates:

if aux.timeField == nil {

Note that time.Time has an odd zero-value so if you want to omit it, you need to use *time.Time