Documentation ¶ Index ¶ func Extract(src, dst string) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Extract ¶ func Extract(src, dst string) (bool, error) Extract extracts the archive at src into the dst directory. It detects the archive type by file extension. Returns true if the file was extracted, false if the format is not recognised. Types ¶ This section is empty. Source Files ¶ View all Source files extract.go Click to show internal directories. Click to hide internal directories.