package
2.0.17
Repository: https://github.com/grpc-boot/base.git
Documentation: pkg.go.dev

# Functions

Bytes2Bool 字节切片转换为bool.
Bytes2Float64 字节切片转换为float64.
Bytes2Int16 字节切片转换为int16.
Bytes2Int32 字节切片转换为int32.
Bytes2Int64 字节切片转换为int64.
Bytes2Int8 字节切片转换为int8.
Bytes2String 字节切片转换为字符串.
Bytes2Uint16 字节切片转换为uint16.
Bytes2Uint32 字节切片转换为uint32.
Bytes2Uint64 字节切片转换为uint64.
Bytes2Uint8 字节切片转换为uint8.
FileExists 判断文件是否存在.
No description provided by the author
No description provided by the author
MkDir 创建目录.
String2Bytes 字符串转字节切片,注意:转换后不能对字节切片进行修改.
No description provided by the author