brutella / dnssd

This library implements Multicast DNS (mDNS) and DNS-Based Service Discovery (DNS-SD) for Zero Configuration Networking in Go.
MIT License
207 stars 33 forks source link

Remove `return` statements after an infinite loop #38

Closed Lencerf closed 2 years ago

Lencerf commented 2 years ago

return statements after an infinite loop are unreachable, thus redundant.

brutella commented 2 years ago

Thanks 😄