package
0.0.0-20230607071111-6113c704c086
Repository: https://github.com/champly/lib4go.git
Documentation: pkg.go.dev

# Functions

Int16ToSliceByte int16 to [2]byte.
Int32ToSliceByte int32 to [4]byte.
Int64ToSliceByte int64 to [8]byte.
Int8ToSliceByte int8 to byte.
SliceByteConcat concat interface{} to []byte.
SliceByteToString []byte to string.
StringToSliceByte string to []byte.
Uint16ToSliceByte uint16 to [2]byte.
Uint32ToSliceByte uint32 to [4]byte.
Uint64ToSliceByte uint64 to [8]byte.