package
Version:
v1.0.30
Opens a new window with list of versions in this module.
Published: Jan 21, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GobDecode(data []byte, val interface{}) error
解码: data 为 gob 编码; val 为指针,接收解码后的 数据结构
func GobEncode(val interface{}) ([]byte, error)
编码: 编码后为 byte 切片
Source Files
¶
Click to show internal directories.
Click to hide internal directories.