runtime: testing runtime
This commit is contained in:
@@ -53,3 +53,7 @@ func MkdirAll(path string, perm FileMode) error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func RemoveAll(path string) error {
|
||||
return removeAll(path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user