Versions in this module Expand all Collapse all v1 v1.9.1 Jan 20, 2022 Changes in this version + const DateFormat + type Date struct + func (d *Date) UnmarshalJSON(data []byte) error + func (d Date) MarshalJSON() ([]byte, error) + func (d Date) String() string + type Email string + func (e *Email) UnmarshalJSON(data []byte) error + func (e Email) MarshalJSON() ([]byte, error)