func compress/zlib.NewReader
4 uses
compress/zlib (current package)
reader.go#L70: func NewReader(r io.Reader) (io.ReadCloser, error) {
github.com/go-git/go-git/v5/plumbing/format/objfile
reader.go#L30: zlib, err := zlib.NewReader(r)
github.com/go-git/go-git/v5/plumbing/format/packfile
common.go#L75: r, _ := zlib.NewReader(bytes.NewReader(zlibInitBytes))
golang.org/x/crypto/openpgp/packet
compressed.go#L53: c.Body, err = zlib.NewReader(r)
![]() |
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. |