diff options
| author | Damien Neil <dneil@google.com> | 2025-02-10 15:35:17 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-02-13 15:29:56 -0800 |
| commit | 807a51b391c8a8d949d6fa00c26953ba0f8ae267 (patch) | |
| tree | 318c1e6490e53fd5ce21f13cab2bab8b17d8e079 /api | |
| parent | 187fd2698d2f9fc2fc52aa7d4c0922552f848e98 (diff) | |
| download | go-807a51b391c8a8d949d6fa00c26953ba0f8ae267.tar.xz | |
os: add Root.Chown
For #67002
Change-Id: I546537618cbe32217fa72264d49db2b1a1d3b6db
Reviewed-on: https://go-review.googlesource.com/c/go/+/648295
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'api')
| -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 06119c0e75..216d3a3afe 100644 --- a/api/next/67002.txt +++ b/api/next/67002.txt @@ -1 +1,2 @@ pkg os, method (*Root) Chmod(string, fs.FileMode) error #67002 +pkg os, method (*Root) Chown(string, int, int) error #67002 |
