Documentation ¶ Index ¶ func OpenFile(file string) (*zip.Reader, error) func OpenReader(r io.ReaderAt, size int64) (*zip.Reader, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func OpenFile ¶ func OpenFile(file string) (*zip.Reader, error) func OpenReader ¶ func OpenReader(r io.ReaderAt, size int64) (*zip.Reader, error) OpenReader searches for ZIP beginning-of-file signatures ('P' 'K' 03 04) in r and tries to read the file starting at that offset using archive/zip, returning a *zip.Reader for the first valid entry, or an error. Types ¶ This section is empty. Source Files ¶ View all Source files appendedzip.go Click to show internal directories. Click to hide internal directories.