Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Map ¶
type Map[T comparable, Q any] map[T]Q
Map 实现任意Map
type Slice ¶
type Slice[T any] []T
Slice 实现任意切片类型
type Time ¶
Time 实现时间的序列化和反序列化,以及数据库驱动接口
func (Time) MarshalJSON ¶
MarshalJSON implements the Marshaler interface
func (*Time) UnmarshalJSON ¶
UnmarshalJSON implements the Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.