package
1.0.30
Repository: https://github.com/why444216978/go-util.git
Documentation: pkg.go.dev

# Functions

ByteList2Int 字节列表转整型,list需要满足遍历低位->高位.
CheckBit 判断指定二进制位是否为1.
IntToByteList 整型转字节列表,list遍历低位->高位.
SetBit 将指定的二进制位设置为1.