net.Resolver.lookupSRV (method)
3 uses
net (current package)
lookup.go#L420: return DefaultResolver.lookupSRV(context.Background(), service, proto, name)
lookup.go#L433: return r.lookupSRV(ctx, service, proto, name)
lookup_unix.go#L131: func (r *Resolver) lookupSRV(ctx context.Context, service, proto, name string) (string, []*SRV, error) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)