mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-02 20:14:41 +00:00
parent
e443adef31
commit
4802403308
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// +build android plan9 nacl windows
|
||||
// +build plan9 nacl windows
|
||||
|
||||
package main
|
||||
|
||||
func (v *View) Suspend(usePlugin bool) bool {
|
||||
messenger.Error("Suspend is only supported on Linux")
|
||||
messenger.Error("Suspend is only supported on Posix")
|
||||
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue