mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-03 04:14:43 +00:00
9 lines
170 B
Go
9 lines
170 B
Go
// +build android plan9 nacl windows
|
|
|
|
package main
|
|
|
|
func (v *View) Suspend(usePlugin bool) bool {
|
|
messenger.Error("Suspend is only supported on Linux")
|
|
|
|
return false
|
|
}
|