Versions in this module Expand all Collapse all v1 v1.5.43 May 2, 2024 v1.5.42 May 2, 2024 Changes in this version + func AllowedName(name string) error + func ByteCountBinary(b int64) string + func ChmodR(path string, filePerm, dirPerm os.FileMode) error + func Contains[T comparable](elements []T, v T) bool + func CopyFile(src string, dst string) error + func DeflateBuf(data []byte) []byte + func PreludeDecrypt(data []byte, key []byte) []byte + func PreludeEncrypt(data []byte, key []byte, iv []byte) []byte + func ReadFileFromTarGz(tarGzFile string, tarPath string) ([]byte, error) + func ResolvePath(in string) string