archive/zip.File.Open (method)
5 uses
archive/zip (current package)
reader.go#L171: func (f *File) Open() (io.ReadCloser, error) {
reader.go#L711: rc, err := e.file.Open()
golang.org/x/mod/zip
zip.go#L653: r, err := zf.Open()
golang.org/x/pkgsite/internal/fetch
load.go#L359: r, err := f.Open()
golang.org/x/pkgsite/internal/licenses
licenses.go#L565: rc, err := f.Open()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |