package
0.0.0-20211113143533-446cb24580d7
Repository: https://github.com/jlzan1314/go-toolkit.git
Documentation: pkg.go.dev

# Functions

CreateZipArchive create a zip archive.
CreateZipArchiveFile create a zip archive file from files.
CreateZipArchiveFileWithIgnored create a zip archive file from files, and return all ignored files.
Exist 判断文件是否存在.
FileGetContents reads entire file into a string.
No description provided by the author
InsertSuffix insert a suffix to filepath.
ReplaceExt replace ext for src.
Size return file size for path.

# Structs

ZipFile is a file wrapper contains filename and path.