mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: fixing macOS compilation
This commit is contained in:
parent
cf907db728
commit
9286716f4a
2 changed files with 3 additions and 0 deletions
11
modules/events_view_ble_unsupported.go
Normal file
11
modules/events_view_ble_unsupported.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
// +build windows darwin
|
||||
|
||||
package modules
|
||||
|
||||
import (
|
||||
"github.com/bettercap/bettercap/session"
|
||||
)
|
||||
|
||||
func (s EventsStream) viewBLEEvent(e session.Event) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue