mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
209725d623
commit
ba29bea0cd
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ func (b *Browser) GetServicesFor(ip string) map[string]*zeroconf.ServiceEntry {
|
|||
}
|
||||
|
||||
func (b *Browser) StartBrowsing(service string, domain string, mod *ZeroGod) (chan *zeroconf.ServiceEntry, error) {
|
||||
|
||||
resolver, err := zeroconf.NewResolver(nil)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue