Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalcSize ¶
Return the size of the struct (and hence of the byte slice) corresponding to the given format.
func Pack ¶
Return a byte slice containing the values of msg slice packed according to the given format. The items of msg slice must match the values required by the format exactly.
func UnPack ¶
Unpack the byte slice (presumably packed by Pack(format, msg)) according to the given format. The result is a []interface{} slice even if it contains exactly one item. The byte slice must contain not less the amount of data required by the format (len(msg) must more or equal CalcSize(format)).
Types ¶
Click to show internal directories.
Click to hide internal directories.