| 13 | } |
| 14 | |
| 15 | type FastResolver struct { |
| 16 | upstreams []LookupNetIPer |
| 17 | } |
| 18 | |
| 19 | func FastFromURLs(urls ...string) (LookupNetIPer, error) { |
| 20 | resolvers := make([]LookupNetIPer, 0, len(urls)) |
nothing calls this directly
no outgoing calls
no test coverage detected