修改代码注释为中文
This commit is contained in:
@@ -51,7 +51,7 @@ func Detect() Platform {
|
||||
case "linux":
|
||||
return NewLinuxPlatform()
|
||||
default:
|
||||
// Fallback to Linux
|
||||
// 默认回退到 Linux 实现
|
||||
return NewLinuxPlatform()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user