golang.org/x/crypto/openpgp/armor.lineReader.buf (field)
10 uses
golang.org/x/crypto/openpgp/armor (current package)
armor.go#L66: buf []byte
armor.go#L77: if len(l.buf) > 0 {
armor.go#L78: n = copy(p, l.buf)
armor.go#L79: l.buf = l.buf[n:]
armor.go#L128: if cap(l.buf) < bytesToSave {
armor.go#L129: l.buf = make([]byte, 0, bytesToSave)
armor.go#L131: l.buf = l.buf[0:bytesToSave]
armor.go#L132: copy(l.buf, line[n:])
![]() |
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. |