Implement os.RemoveAll()

TODO: enable test on windows once Readdir is implemented there
This commit is contained in:
Dan Kegel
2022-01-08 16:22:25 -08:00
committed by Ron Evans
parent 4417374b53
commit 47a622a903
7 changed files with 676 additions and 7 deletions
+3
View File
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !baremetal && !js && !wasi
// +build !baremetal,!js,!wasi
package os_test
import (