micro/internal/action/actions_other.go
Dmytro Maluka 1bd86a8f79 Build constraints: switch to new syntax
Make gofmt happy about that.
2025-03-24 22:54:32 +01:00

9 lines
159 B
Go

//go:build plan9 || nacl || windows
package action
func (*BufPane) Suspend() bool {
InfoBar.Error("Suspend is only supported on BSD/Linux")
return false
}