适配macos

This commit is contained in:
lwch
2022-07-01 14:59:24 +08:00
parent 693e29c21a
commit 2a2fdb1e3d
4 changed files with 8 additions and 13 deletions
@@ -1,6 +0,0 @@
package process
// CreateWorker create worker process
func CreateWorker(name, confDir string, showCursor bool) (*Process, error) {
return nil, ErrNotSupported
}
@@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
package process
import (