style: 错误提示英文内容
This commit is contained in:
@@ -51,10 +51,10 @@ func mergeToNewFile(dirPath string, writePath string, fileName string) error {
|
||||
// 读取目录下所有文件并排序,注意文件名称是否数值
|
||||
fileNameList, err := getDirFileNameList(dirPath)
|
||||
if err != nil {
|
||||
return fmt.Errorf("读取合并目标文件失败: %v", err)
|
||||
return fmt.Errorf("failed to read merge target file: %v", err)
|
||||
}
|
||||
if len(fileNameList) <= 0 {
|
||||
return fmt.Errorf("读取合并目标文件失败")
|
||||
return fmt.Errorf("failed to read merge target file")
|
||||
}
|
||||
|
||||
// 排序
|
||||
|
||||
Reference in New Issue
Block a user