This commit is contained in:
hdt3213
2021-05-02 19:00:44 +08:00
parent 9f3ac88b36
commit eeebbbcccf
4 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import (
func CheckNotExist(src string) bool {
_, err := os.Stat(src)
return os.IsNotExist(err)
}