]> Cypherpunks repositories - gostls13.git/commit
os: add Root.MkdirAll
authorDamien Neil <dneil@google.com>
Mon, 19 May 2025 20:09:06 +0000 (13:09 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 17:14:43 +0000 (10:14 -0700)
commite59e128f90aa2453d8881a622524df90feb9d22f
treed9ddd62925b37e91fc6df6c199383aaef4bae7c2
parent63dcc7b9067722a9ded7a67501a898764778108a
os: add Root.MkdirAll

For #67002

Change-Id: Idd74b5b59e787e89bdfad82171b6a7719465f501
Reviewed-on: https://go-review.googlesource.com/c/go/+/674116
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
api/next/67002.txt
doc/next/6-stdlib/99-minor/os/67002.md
src/internal/syscall/windows/at_windows.go
src/internal/syscall/windows/syscall_windows.go
src/os/path_test.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