mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
fix: fixed compilation error on macOS (fixes #453)
This commit is contained in:
parent
345c1f5d45
commit
87171cbd1d
1 changed files with 4 additions and 0 deletions
|
@ -48,3 +48,7 @@ func (b *BLE) MarshalJSON() ([]byte, error) {
|
||||||
}
|
}
|
||||||
return json.Marshal(doc)
|
return json.Marshal(doc)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (b *BLE) EachDevice(cb func(mac string, d *BLEDevice)) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue