//go:build plugin package gioui const CAN_QUIT = false func (t *Tracker) Quit(forced bool) bool { if forced { t.sendQuit() } return forced }