OSDN Git Service

modify ci
[bytom/vapor.git] / vendor / github.com / go-kit / kit / sd / dnssrv / lookup.go
diff --git a/vendor/github.com/go-kit/kit/sd/dnssrv/lookup.go b/vendor/github.com/go-kit/kit/sd/dnssrv/lookup.go
deleted file mode 100644 (file)
index 9d46ea6..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-package dnssrv
-
-import "net"
-
-// Lookup is a function that resolves a DNS SRV record to multiple addresses.
-// It has the same signature as net.LookupSRV.
-type Lookup func(service, proto, name string) (cname string, addrs []*net.SRV, err error)