2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

fix: lint

This commit is contained in:
耗子
2024-02-23 01:57:01 +08:00
parent c173f57c6d
commit 8194028a76

View File

@@ -150,6 +150,7 @@ func Mv(src, dst string) error {
}
err = os.RemoveAll(src)
}
return err
}