package
0.0.0-20241213094422-377ce19d9b7a
Repository: https://github.com/liusuxian/go-toolkit.git
Documentation: pkg.go.dev

# Functions

ExtName 获取文件扩展名.
GenRandomFileName 生成随机文件名,默认使用 MD5 算法生成文件名,可选 SHA256 算法.
GetBytes 获取文件的内容.
GetContents 获取文件的内容.
GetFileStat 获取文件的状态信息.
ImageSplit 图片分割.
ImageToBase64 图片转 Base64 编码.
MakeDirAll 创建给定路径的所有目录,包括任何必要的父目录.
Name 返回路径的最后一个元素,但不包括文件扩展名.
PathExists 判断文件或者目录是否存在.

# Structs

No description provided by the author