golang.org/x/crypto/openpgp/armor.lineBreaker.line (field)
5 uses
golang.org/x/crypto/openpgp/armor (current package)
encode.go#L32: line []byte
encode.go#L41: line: make([]byte, lineLength),
encode.go#L62: l.used += copy(l.line[l.used:], b)
encode.go#L67: _, err = l.out.Write(l.line[0:l.used])
encode.go#L85: _, err = l.out.Write(l.line[0:l.used])
![]() |
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. |