规范性改动

This commit is contained in:
mask-pp
2020-09-04 10:40:21 +08:00
parent 08fc7317a5
commit e8de877eeb
3 changed files with 2 additions and 4 deletions

View File

@@ -37,8 +37,6 @@ func ReadFileLines(filename string) (lines []string, err error) {
lines = append(lines, string(line))
}
return
}
func CurrentDir(path ...string) string {