This commit is contained in:
spiritlhl
2024-05-05 02:02:51 +00:00
parent 632743dfc7
commit feaada0a57
4 changed files with 103 additions and 2 deletions

View File

@@ -130,3 +130,8 @@ func GetTimeZone() string {
return ""
}
}
// GetPATH 检测本机的PATH环境是否含有对应的命令
func GetPATH(key string) (string, bool) {
return "", false
}