Pad/cmd/pad/impl_other.go

15 lines
128 B
Go

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