mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 04:59:25 -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 {
|
type BLEDevice struct {
|
||||||
LastSeen time.Time
|
LastSeen time.Time
|
||||||
|
Alias string
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewBLEDevice() *BLEDevice {
|
func NewBLEDevice() *BLEDevice {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue