mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
适配macos
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
package process
|
||||
|
||||
// CreateWorker create worker process
|
||||
func CreateWorker(name, confDir string, showCursor bool) (*Process, error) {
|
||||
return nil, ErrNotSupported
|
||||
}
|
||||
+3
@@ -1,3 +1,6 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package process
|
||||
|
||||
import (
|
||||
Reference in New Issue
Block a user