Versions in this module Expand all Collapse all v0 v0.0.1 Jul 8, 2025 Changes in this version + type DateOnly struct + func NewDateOnly(t time.Time) DateOnly + func (cd *DateOnly) Scan(value interface{}) error + func (cd *DateOnly) UnmarshalJSON(b []byte) error + func (cd DateOnly) MarshalJSON() ([]byte, error) + func (cd DateOnly) Value() (driver.Value, error) + type TimeOnly struct + func (t *TimeOnly) Scan(value interface{}) error + func (t *TimeOnly) UnmarshalJSON(data []byte) error + func (t TimeOnly) MarshalJSON() ([]byte, error) + func (t TimeOnly) Value() (driver.Value, error)