mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Bug fixes
This commit is contained in:
@@ -37,7 +37,6 @@ func EnsureDir(path string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// TODO test
|
||||
func RemoveDir(path string) error {
|
||||
return os.RemoveAll(path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user