Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 190 Bytes

GobDecode.md

File metadata and controls

17 lines (9 loc) · 190 Bytes

func (t *Time) GobDecode(buf []byte) error

参数列表:

  • buf gob数据

返回值:

  • error 错误

功能说明:

GobDecode实现了gob.GobDecoder接口。

代码实例: