mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
51a5b4ad6e
commit
e656a6cbfa
6 changed files with 114 additions and 669 deletions
|
@ -113,6 +113,8 @@ func (mod *ZeroGod) startAdvertiser(fileName string) error {
|
|||
|
||||
svcChan := make(chan setupResult)
|
||||
|
||||
// TODO: support external responders
|
||||
|
||||
// paralleize initialization
|
||||
for key, svc := range mapping {
|
||||
go func(key string, svc zeroconf.ServiceEntry) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue