初始化
This commit is contained in:
7
platform/process_other.go
Normal file
7
platform/process_other.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !windows
|
||||
|
||||
package platform
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func configureHidden(_ *exec.Cmd) {}
|
||||
Reference in New Issue
Block a user