mirror of
https://github.com/pikami/rss-dl.git
synced 2025-12-19 08:59:55 +00:00
Added info logging
This commit is contained in:
@@ -39,9 +39,5 @@ func CheckIfExists(path string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
if _, err := os.Stat(path); !os.IsNotExist(err) {
|
||||
return false
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user