mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-07 01:32:56 +08:00
bug fix
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
|
||||
func CheckNotExist(src string) bool {
|
||||
_, err := os.Stat(src)
|
||||
|
||||
return os.IsNotExist(err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user