Action subpackage

This commit is contained in:
Zachary Yedidia
2018-08-27 19:53:08 -04:00
parent 64ce6eebd2
commit 970bb78500
12 changed files with 539 additions and 520 deletions

View File

@@ -0,0 +1,8 @@
// +build plan9 nacl windows
package action
func (*BufHandler) Suspend() bool {
// TODO: error message
return false
}