type golang.org/x/crypto/openpgp/packet.Packet
11 uses
golang.org/x/crypto/openpgp/packet (current package)
opaque.go#L46: func (op *OpaquePacket) Parse() (p Packet, err error) {
packet.go#L290: type Packet interface {
packet.go#L349: func Read(r io.Reader) (p Packet, err error) {
reader.go#L15: q []Packet
reader.go#L29: func (r *Reader) Next() (p Packet, err error) {
reader.go#L67: func (r *Reader) Unread(p Packet) {
golang.org/x/crypto/openpgp
keys.go#L292: var p packet.Packet
read.go#L87: var p packet.Packet
read.go#L231: var p packet.Packet
read.go#L331: var p packet.Packet
read.go#L368: var p packet.Packet
![]() |
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. |