package
0.0.10
Repository: https://github.com/orangebees/go-oneutils.git
Documentation: pkg.go.dev

# Functions

Bucket256AllocatedUseSha512 使用sha512作为hash算法为文件分配桶(256个桶下) mod取自hash转换为可见字符串之后的值 已优化 可以被内联.
DirExist 目录是否存在.
FileExist 文件是否存在.
KeepDirExist 确保某目录一定存在.
KeepDirsExist 确保某些目录一定存在.
PathExist 路径是否存在.
RunInTempDir 在缓存目录中工作.
UnifyPathBackLocalSeparator 统一路径分隔符为当前系统斜杠.
UnifyPathBackSlashSeparator 统一路径分隔符为反斜杠.
UnifyPathSlashSeparator 统一路径分隔符为斜杠.
URLToLocalDirPath uri转本地相对路径.
URLToLocalDirPathNoHost uri转本地相对路径不带域名.

# Constants

No description provided by the author