]> Cypherpunks repositories - gostls13.git/commit
os: add Root.RemoveAll
authorDamien Neil <dneil@google.com>
Fri, 28 Mar 2025 23:40:34 +0000 (16:40 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 16:30:51 +0000 (09:30 -0700)
commit896097000912761dbd31cead2bec99f17534f521
tree9a3a74f7b9ce254a00bbcbc41e061a33e96c50f7
parent26e05b95c2a3ae69e6dc0b6169a931e96253917a
os: add Root.RemoveAll

For #67002

Change-Id: If59dab4fd934a115d8ff383826525330de750b54
Reviewed-on: https://go-review.googlesource.com/c/go/+/661595
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
api/next/67002.txt
doc/next/6-stdlib/99-minor/os/67002.md
src/os/removeall_at.go
src/os/root.go
src/os/root_noopenat.go
src/os/root_openat.go
src/os/root_test.go
src/os/root_unix.go
src/os/root_windows.go