Documentation
¶
Index ¶
- func GzipFile(src string, dest string, attributes *GzipAttributes) string
- func Sha256(file string) string
- func UnGZip(src string, dest string, password string) string
- func Unzip(src string, dest string, password *string) ([]string, error)
- func Unzip7z(src string, dest string, password *string) ([]string, error)
- func Zip(src []string, dest string, password string) error
- func ZipToGZip()
- type GzipAttributes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GzipFile ¶
func GzipFile(src string, dest string, attributes *GzipAttributes) string
GzipFile a file
Types ¶
type GzipAttributes ¶
type GzipAttributes struct {
// contains filtered or unexported fields
}
GzipAttributes Saves the original name TODO add more attribs
Click to show internal directories.
Click to hide internal directories.