diff options
| author | Damien Neil <dneil@google.com> | 2025-05-19 13:09:06 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-05-21 10:14:43 -0700 |
| commit | e59e128f90aa2453d8881a622524df90feb9d22f (patch) | |
| tree | d9ddd62925b37e91fc6df6c199383aaef4bae7c2 /api/next | |
| parent | 63dcc7b9067722a9ded7a67501a898764778108a (diff) | |
| download | go-e59e128f90aa2453d8881a622524df90feb9d22f.tar.xz | |
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>
Diffstat (limited to 'api/next')
| -rw-r--r-- | api/next/67002.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/67002.txt b/api/next/67002.txt index 274f200538..2a442fd6a4 100644 --- a/api/next/67002.txt +++ b/api/next/67002.txt @@ -3,6 +3,7 @@ pkg os, method (*Root) Chown(string, int, int) error #67002 pkg os, method (*Root) Chtimes(string, time.Time, time.Time) error #67002 pkg os, method (*Root) Lchown(string, int, int) error #67002 pkg os, method (*Root) Link(string, string) error #67002 +pkg os, method (*Root) MkdirAll(string, fs.FileMode) error #67002 pkg os, method (*Root) Readlink(string) (string, error) #67002 pkg os, method (*Root) RemoveAll(string) error #67002 pkg os, method (*Root) Rename(string, string) error #67002 |
