Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToInterfaceSlice ¶ added in v1.7.0
Types ¶
type Date ¶
type Date struct {
// contains filtered or unexported fields
}
func (Date) MarshalJSON ¶
MarshalJSON turn Date into JSON Value instead of pointer receiver because only that way it can be used for both.
func (*Date) UnmarshalJSON ¶
UnmarshalJSON turn JSON into Date.
Click to show internal directories.
Click to hide internal directories.