Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Time ¶
Time wraps time.Time to handle RFC3339 serialization for SQLite TEXT columns.
Scan() (sql.Scanner) mutates, so it must be a pointer receiver. The mixed receivers are required by the two interfaces, not an oversight.
func (Time) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Time) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
Click to show internal directories.
Click to hide internal directories.