vendor/golang.org/x/net/dns/dnsmessage.Builder.startCheck (method)
5 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1221: func (b *Builder) startCheck(s section) error {
message.go#L1233: if err := b.startCheck(sectionQuestions); err != nil {
message.go#L1242: if err := b.startCheck(sectionAnswers); err != nil {
message.go#L1251: if err := b.startCheck(sectionAuthorities); err != nil {
message.go#L1260: if err := b.startCheck(sectionAdditionals); err != nil {
![]() |
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. |