mirror of
https://github.com/oneclickvirt/basics.git
synced 2025-10-07 09:31:37 +08:00
update
This commit is contained in:
@@ -130,3 +130,8 @@ func GetTimeZone() string {
|
||||
return ""
|
||||
}
|
||||
}
|
||||
|
||||
// GetPATH 检测本机的PATH环境是否含有对应的命令
|
||||
func GetPATH(key string) (string, bool) {
|
||||
return "", false
|
||||
}
|
||||
|
Reference in New Issue
Block a user