mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
fix: fixed compilation on windows
This commit is contained in:
parent
1df51fd13a
commit
7f22425dcc
3 changed files with 32 additions and 16 deletions
10
modules/graph/create_ble_unsupported.go
Normal file
10
modules/graph/create_ble_unsupported.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package graph
|
||||
|
||||
import "github.com/bettercap/bettercap/v2/network"
|
||||
|
||||
func (mod *Module) createBLEServerGraph(dev *network.BLEDevice) (*Node, bool, error) {
|
||||
return nil, false, nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue