fix: fixed macOS compilation

This commit is contained in:
evilsocket 2019-03-23 15:18:52 +01:00
commit afdb11514b
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -9,6 +9,7 @@ import (
type BLEDevice struct {
LastSeen time.Time
Alias string
}
func NewBLEDevice() *BLEDevice {