Versions in this module Expand all Collapse all v4 v4.7.1 Jul 11, 2023 Changes in this version + const SizeOfInt32 + const SizeOfInt64 + var Arch32Bits bool + var Arch64Bits bool + var SizeOfInt uintptr + func BytesToBool(buf []byte, offset, length int) bool + func BytesToFloat32(buf []byte, offset int) float32 + func BytesToFloat64(buf []byte, offset int) float64 + func BytesToHexString(buf []byte) string + func BytesToInt16(buf []byte, offset int) int16 + func BytesToInt32(buf []byte, offset int) int32 + func BytesToInt64(buf []byte, offset int) int64 + func BytesToUint16(buf []byte, offset int) uint16 + func BytesToUint32(buf []byte, offset int) uint32 + func LittleBytesToInt32(buf []byte, offset int) int32 + func VarBytesToInt64(buf []byte, offset int, len int) int64 Other modules containing this package github.com/aerospike/aerospike-client-go github.com/aerospike/aerospike-client-go/v5 github.com/aerospike/aerospike-client-go/v6 github.com/aerospike/aerospike-client-go/v7 github.com/aerospike/aerospike-client-go/v8