golang.org/x/crypto/openpgp/packet.Compressed.Body (field)
5 uses
golang.org/x/crypto/openpgp/packet (current package)
compressed.go#L19: Body io.Reader
compressed.go#L51: c.Body = flate.NewReader(r)
compressed.go#L53: c.Body, err = zlib.NewReader(r)
compressed.go#L55: c.Body = bzip2.NewReader(r)
golang.org/x/crypto/openpgp
read.go#L242: if err := packets.Push(p.Body); err != nil {
![]() |
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. |