Documentation ¶
Index ¶
- func BytesToUint64(value []byte) uint64
- func BytesToUint64BigEndian(value []byte) uint64
- func Must(d []byte, err error) []byte
- func Uint32ToBytes(value uint32) []byte
- func Uint32ToBytesBigEndian(value uint32) []byte
- func Uint64ToBytes(value uint64) []byte
- func Uint64ToBytesBigEndian(value uint64) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToUint64 ¶
BytesToUint64 converts 8 bytes to uint64 in little-endian
func BytesToUint64BigEndian ¶ added in v0.9.0
BytesToUint64BigEndian converts 8 bytes to uint64 in big-endian
func Must ¶ added in v0.4.4
Must is a helper wraps a call to a function returning ([]byte, error) and panics if the error is not nil.
func Uint32ToBytes ¶
Uint32ToBytes converts a uint32 to 4 bytes in little-endian
func Uint32ToBytesBigEndian ¶ added in v0.9.0
Uint32ToBytesBigEndian converts a uint32 to 4 bytes in big-endian
func Uint64ToBytes ¶
Uint64ToBytes converts a uint64 to 8 bytes in little-endian
func Uint64ToBytesBigEndian ¶ added in v0.9.0
Uint64ToBytesBigEndian converts a uint64 to 8 bytes in big-endian
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.