passgo/cmd/passgo-gui/impl_others.go

11 lines
103 B
Go

//+build !android
package main
import (
"gioui.org/io/event"
)
func handleEvent(e event.Event) {
}