Added info logging

This commit is contained in:
Pijus Kamandulis
2019-04-20 21:48:28 +03:00
parent 07a977f4c8
commit 39d14eaf7a
4 changed files with 28 additions and 7 deletions

View File

@@ -39,9 +39,5 @@ func CheckIfExists(path string) bool {
return false
}
if _, err := os.Stat(path); !os.IsNotExist(err) {
return false
}
return true
}