golang.org/x/crypto/openpgp/packet.partialLengthReader.remaining (field)
7 uses
golang.org/x/crypto/openpgp/packet (current package)
packet.go#L71: remaining int64
packet.go#L76: for r.remaining == 0 {
packet.go#L80: r.remaining, r.isPartial, err = readLength(r.r)
packet.go#L87: if toRead > r.remaining {
packet.go#L88: toRead = r.remaining
packet.go#L92: r.remaining -= int64(n)
packet.go#L235: remaining: length,
![]() |
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. |