Versions in this module Expand all Collapse all v0 v0.8.0 Nov 10, 2019 Changes in this version + func BytesToBytes(bt []byte) []byte + func BytesToBytesHelper(bt interface{}) []byte + func BytesToBytesHelperR(bt []byte) interface + func BytesToInt32(buf []byte) int32 + func BytesToInt32Helper(buf []byte) interface + func BytesToInt64(buf []byte) int64 + func BytesToString(bt []byte) string + func BytesToUint32(buf []byte) uint32 + func BytesToUint32Helper(buf []byte) interface + func BytesToUint64(buf []byte) uint64 + func ConcatBytes(dat ...[]byte) []byte + func ErrorToString(err error) string + func Int32ToBytes(i int32) []byte + func Int32ToBytesHelper(i interface{}) []byte + func Int64ToBytes(i int64) []byte + func StringToBytes(str string) []byte + func Uint32ToBytes(i uint32) []byte + func Uint32ToBytesHelper(i interface{}) []byte + func Uint64ToBytes(i uint64) []byte