Skip to content

Omitempty bugfix

Compare
Choose a tag to compare
@guregu guregu released this 18 Jul 03:17
· 186 commits to master since this release

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).