const vendor/golang.org/x/net/dns/dnsmessage.sectionAnswers
10 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L372: sectionAnswers
message.go#L387: sectionAnswers: "Answer",
message.go#L406: case sectionAnswers:
message.go#L698: return p.resourceHeader(sectionAnswers)
message.go#L703: return p.resource(sectionAnswers)
message.go#L732: return p.skipResource(sectionAnswers)
message.go#L1242: if err := b.startCheck(sectionAnswers); err != nil {
message.go#L1245: b.section = sectionAnswers
message.go#L1274: case sectionAnswers:
message.go#L1311: if b.section < sectionAnswers {
![]() |
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. |