func archive/zip.NewReader
5 uses
archive/zip (current package)
reader.go#L85: func NewReader(r io.ReaderAt, size int64) (*Reader, error) {
golang.org/x/mod/zip
zip.go#L406: z, err := zip.NewReader(f, zipSize)
golang.org/x/pkgsite/internal/fetch
fetchlocal.go#L163: return zip.NewReader(reader, reader.Size())
golang.org/x/pkgsite/internal/proxy
client.go#L142: zipReader, err := zip.NewReader(bytes.NewReader(bodyBytes), int64(len(bodyBytes)))
golang.org/x/pkgsite/internal/stdlib
stdlib.go#L357: zr, err := zip.NewReader(br, int64(br.Len()))
![]() |
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. |