Versions in this module Expand all Collapse all v0 v0.2.0 Jun 6, 2020 v0.1.1 Feb 5, 2020 v0.1.0 May 18, 2019 Changes in this version + var ErrInvalidGender = errors.New("Invalid Gender value") + type Gender uint8 + const Female + const Male + const Unknown + func (this *Gender) UnmarshalJSON(b []byte) (err error) + func (this Gender) MarshalJSON() ([]byte, error) + func (this Gender) String() string