Simple, convenient, and friendly.
require github.com/jialanli/lacia v1.0.1
or
go get -u github.com/jialanli/[email protected]
eg: cutting strings by multiple delimiters
lacia.SplitByManyStrWith("ab+c*de+f/gh", []string{`*`, `+`, `/`}))
eg: unzip file
lacia.Unzip(zipFile, unzipDir, false)
eg: count the number of files in the directory
lacia.FilesCountAndFiles(dirPath, true)