Versions in this module Expand all Collapse all v2 v2.0.2 Jun 9, 2023 Changes in this version + func BytesToU16(b []byte) uint16 + func BytesToU32(b []byte) uint32 + func BytesToU32Slice(b []byte) []uint32 + func BytesToU64(b []byte) uint64 + func BytesToU64Slice(b []byte) []uint64 + func IBytesToString(size uint64, precision int) string + func U16ToBytes(v uint16) []byte + func U32SliceToBytes(u32s []uint32) []byte + func U32ToBytes(v uint32) []byte + func U64SliceToBytes(u64s []uint64) []byte + func U64ToBytes(v uint64) []byte + func U8ToByte(v uint8) byte Other modules containing this package github.com/aronlt/toolkit