zeroconf icon indicating copy to clipboard operation
zeroconf copied to clipboard

nil in Variadic function

Open djadala opened this issue 3 years ago • 0 comments

https://github.com/grandcat/zeroconf/blob/e1d6e579e89fc1ca9bb1faee9f2525065d3ca7d7/README.md?plain=1#L33resolver, err :=

zeroconf.NewResolver(nil) should be zeroconf.NewResolver() You don't need to pass nil, (and it should be error to pass nil).

djadala avatar Nov 14 '22 12:11 djadala