12 lines
137 B
Go
12 lines
137 B
Go
//+build !android
|
|
|
|
package main
|
|
|
|
import (
|
|
"gioui.org/io/event"
|
|
"git.wow.st/gmp/ble"
|
|
)
|
|
|
|
func handleEvent(e event.Event, b *ble.BLE) {
|
|
}
|