Versions in this module Expand all Collapse all v1 v1.0.1 Oct 20, 2022 Changes in this version + func AesDecrypt(path string, key []byte, iv [aes.BlockSize]byte) error + func AesDecryptRecursion(path string, key []byte, iv [aes.BlockSize]byte) error + func AesEncrypt(path string, key []byte, iv [aes.BlockSize]byte) error + func FileTime(info os.FileInfo) (string, string, string) + func HttpGet(client *http.Client, reqUrl string, reval any) error + func HttpPostFile(client *http.Client, path string, reqUrl string, reval any) error + func HttpPostForm(client *http.Client, reqUrl string, reqValue url.Values, reval any) error + func Int64SliceToStringSlice(val []int64) []string + func PathSeparatorFormat(s string) string + func SplitFile(path string) (md5s []string, tmps []string, clean func() error, err error) v1.0.0 Oct 20, 2022