换成单集群模式
This commit is contained in:
9
EdgeHttpDNS/internal/utils/exec/look_others.go
Normal file
9
EdgeHttpDNS/internal/utils/exec/look_others.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !linux
|
||||
|
||||
package executils
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func LookPath(file string) (string, error) {
|
||||
return exec.LookPath(file)
|
||||
}
|
||||
Reference in New Issue
Block a user