mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: fixed macOS compilation
This commit is contained in:
parent
b8056e2026
commit
afdb11514b
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import (
|
|||
|
||||
type BLEDevice struct {
|
||||
LastSeen time.Time
|
||||
Alias string
|
||||
}
|
||||
|
||||
func NewBLEDevice() *BLEDevice {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue