vendor/golang.org/x/net/dns/dnsmessage.Option.Data (field)
6 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L2602: Data []byte
message.go#L2609: "Data: []byte{" + printByteSlice(o.Data) + "}}"
message.go#L2619: l := uint16(len(opt.Data))
message.go#L2621: msg = packBytes(msg, opt.Data)
message.go#L2653: o.Data = make([]byte, l)
message.go#L2654: if copy(o.Data, msg[off:]) != int(l) {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |