vendor/golang.org/x/net/dns/dnsmessage.Name.GoString (method, view implemented interface methods)
11 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1693: "Name: " + h.Name.GoString() + ", " +
message.go#L1965: func (n *Name) GoString() string {
message.go#L2185: "Name: " + q.Name.GoString() + ", " +
message.go#L2285: return "dnsmessage.CNAMEResource{CNAME: " + r.CNAME.GoString() + "}"
message.go#L2321: "MX: " + r.MX.GoString() + "}"
message.go#L2352: return "dnsmessage.NSResource{NS: " + r.NS.GoString() + "}"
message.go#L2379: return "dnsmessage.PTRResource{PTR: " + r.PTR.GoString() + "}"
message.go#L2430: "NS: " + r.NS.GoString() + ", " +
message.go#L2431: "MBox: " + r.MBox.GoString() + ", " +
message.go#L2556: "Target: " + r.Target.GoString() + "}"
svcb.go#L26: "Target: " + r.Target.GoString() + ", " +
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |