vendor/golang.org/x/net/dns/dnsmessage.Name.GoString (method, view implemented interface methods)
10 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1674: "Name: " + h.Name.GoString() + ", " +
message.go#L1946: func (n *Name) GoString() string {
message.go#L2166: "Name: " + q.Name.GoString() + ", " +
message.go#L2256: return "dnsmessage.CNAMEResource{CNAME: " + r.CNAME.GoString() + "}"
message.go#L2292: "MX: " + r.MX.GoString() + "}"
message.go#L2323: return "dnsmessage.NSResource{NS: " + r.NS.GoString() + "}"
message.go#L2350: return "dnsmessage.PTRResource{PTR: " + r.PTR.GoString() + "}"
message.go#L2401: "NS: " + r.NS.GoString() + ", " +
message.go#L2402: "MBox: " + r.MBox.GoString() + ", " +
message.go#L2527: "Target: " + r.Target.GoString() + "}"
![]() |
The pages are generated with Golds v0.7.6. (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. |