package
0.0.10
Repository: https://github.com/openownworld/go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ByteNoneZero String 将 `[]byte` 转换为 `string`.
BytesCombine 多个[]byte数组合并成一个[]byte.
ByteToHexString 打印16hex.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeepCopy 最简单的方法是用json unmarshal,变成字符串,然后再用 json marshal生成新的map。这种方法对结构体也适用。 如果是map[string]interface{}和[]interface{}的组合,用代码递归也很简单:.
No description provided by the author
No description provided by the author
GetCurFuncName 获取当前调用者的函数名.
No description provided by the author
No description provided by the author
GetFileSize "c:/test.bmp".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetUpperFuncName 获取上层调用者的函数名.
No description provided by the author
No description provided by the author
IsExist returns whether the given file or directory exists or not.
No description provided by the author
Md5 md5加密.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Sha256 Sha256加密.
String 将 `[]byte` 转换为 `string`.
StringWithoutZero 将 `[]byte` 转换为 `string`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Type aliases

No description provided by the author