mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
Implement os.RemoveAll()
TODO: enable test on windows once Readdir is implemented there
This commit is contained in:
@@ -64,11 +64,6 @@ func Remove(path string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// RemoveAll is a stub, it is not implemented.
|
||||
func RemoveAll(path string) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
// Name returns the name of the file with which it was opened.
|
||||
func (f *File) Name() string {
|
||||
return f.name
|
||||
|
||||
Reference in New Issue
Block a user