var golang.org/x/crypto/openpgp/armor.armorEnd
4 uses
golang.org/x/crypto/openpgp/armor (current package)
armor.go#L59: var armorEnd = []byte("-----END ")
armor.go#L91: if bytes.HasPrefix(line, armorEnd) {
armor.go#L112: if !bytes.HasPrefix(line, armorEnd) {
encode.go#L128: return writeSlices(e.out, blockEnd, b64ChecksumBytes[:], newline, armorEnd, e.blockType, armorEndOfLine)
![]() |
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. |