fix (backend): syntax

This commit is contained in:
ShiKhu 2021-07-21 00:08:46 +08:00
parent 27fe0cd1e2
commit 7a809495db

View file

@ -19,7 +19,7 @@ func cleanDir(dirname string) {
return
}
for f := range files {
for _, f := range files {
name := f.Name()
id, err := strconv.ParseUint(name, 10, 64)
if err != nil {