Versions in this module Expand all Collapse all v2 v2.0.1 Jan 7, 2024 Changes in this version + func BytesIsValidBool(byteSlice []byte) bool + func BytesIsValidFloat32(byteSlice []byte) bool + func BytesIsValidInt32(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(b []byte) string + func StringToBytes(str string) []byte