mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 21:12:05 -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) {
|
func (b *Browser) StartBrowsing(service string, domain string, mod *ZeroGod) (chan *zeroconf.ServiceEntry, error) {
|
||||||
|
|
||||||
resolver, err := zeroconf.NewResolver(nil)
|
resolver, err := zeroconf.NewResolver(nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue