Documentation
¶
Index ¶
- func DeCompress(zipFile, dstDir string) error
- func MD5(filepath string) (string, error)
- func MkDir(path string) error
- func PathExists(path string) (bool, error)
- func RmFile(path string) error
- func RmFilesUnderDir(dir string) error
- func UZipBytes(data []byte) []byte
- func WriteBytesSafe(filePath string, b []byte) (int, error)
- func WriteString(filePath string, s string) (int, error)
- func Zip(fileHandlers []*os.File, dest string, mode int) error
- func ZipBytes(data []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PathExists ¶
func RmFilesUnderDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.