Bug fixes

This commit is contained in:
Stash Dev
2019-02-10 12:15:36 -08:00
parent 0472f9a8ed
commit 47e788ad64
6 changed files with 17 additions and 26 deletions

View File

@@ -37,7 +37,6 @@ func EnsureDir(path string) error {
return err
}
// TODO test
func RemoveDir(path string) error {
return os.RemoveAll(path)
}