Documentation ¶
Index ¶
- func Clone2(src, dst interface{}) error
- func DecodeBool(p []byte, c *bool) []byte
- func DecodeUint16(p []byte, w *uint16) []byte
- func DecodeUint32(p []byte, l *uint32) []byte
- func DecodeUint64(p []byte, l *uint64) []byte
- func DecodeUint8(p []byte, c *byte) []byte
- func DeepCopy(dst, src interface{}) error
- func DeepCopyEx(src interface{}) (interface{}, error)
- func EncodeBool(p []byte, c bool) []byte
- func EncodeUint16(p []byte, w uint16) []byte
- func EncodeUint32(p []byte, l uint32) []byte
- func EncodeUint64(p []byte, l uint64) []byte
- func EncodeUint8(p []byte, c uint8) []byte
- func Index(p []byte, toSearch byte) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepCopyEx ¶
func DeepCopyEx(src interface{}) (interface{}, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.