Versions in this module Expand all Collapse all v1 v1.41.0 Jun 27, 2022 Changes in this version + func BytesIsValidBool(byteSlice []byte) bool + func BytesIsValidFloat32(byteSlice []byte) bool + func BytesIsValidInt64(byteSlice []byte) bool + func BytesToBool(byteSlice []byte) bool + func BytesToFloat32(byteSlice []byte) float32 + func BytesToInt32(byteSlice []byte) int32 + func BytesToInt64(byteSlice []byte) int64 + func BytesToString(bytes []byte) string + func StringToBytes(str string) []byte