Documentation
¶
Index ¶
- func Decompress(src string, dst string) error
- func DecompressGz(src string, dst string) error
- func Download(url string, dst string) error
- func Extract(src string, dst string) error
- func ExtractTar(src string, dst string) error
- func ExtractZip(src string, dst string) error
- func ExtractZipFromBytes(b []byte, dst string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decompress ¶ added in v0.4.0
func DecompressGz ¶ added in v0.4.0
func Extract ¶ added in v0.4.0
Extract extracts the archive at src to the directory dst. If the archive format is not supported or there was an error extracting, an error is returned.
func ExtractTar ¶ added in v0.4.0
func ExtractZip ¶
func ExtractZipFromBytes ¶ added in v0.4.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.