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