Omitempty bugfix
This fixes an issue with the omitempty struct tag and nil pointers of types where IsZero
is defined on the value type, such as *time.Time
(#101).
This fixes an issue with the omitempty struct tag and nil pointers of types where IsZero
is defined on the value type, such as *time.Time
(#101).