ble: somehow this comment is needed for go1.8.1 to export this interface. Huh?

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-04-08 17:35:18 +02:00
parent 2366f35c24
commit 4d14a057e7
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ var currentDevice *blelib.Device
var bleMutex sync.Mutex
var bleCtx context.Context
// BLEConnector is the interface that a BLE ClientAdaptor must implement
type BLEConnector interface {
Connect() error
Reconnect() error