Versions in this module Expand all Collapse all v0 v0.0.2 Nov 2, 2023 v0.0.1 Aug 9, 2023 Changes in this version + func CalcSize(format []string) (int, error) + func Pack(format []string, msg []interface{}) ([]byte, error) + func UnPack(format []string, msg []byte) ([]interface{}, error) + type Endianess int + const BIG_ENDIAN + const LITTLE_ENDIAN + func (e Endianess) ByteOrder() binary.ByteOrder