aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib
diff options
context:
space:
mode:
authorDamien Neil <dneil@google.com>2025-03-19 11:15:06 -0700
committerGopher Robot <gobot@golang.org>2025-03-20 15:12:24 -0700
commit2ffda87f2dce71024f72ccff32cbfe29ee676bf8 (patch)
tree5b57b951657aede28982a20aeeb85d825e19670a /doc/next/6-stdlib
parent686128a9f3f112c2e103622190673656811dee5f (diff)
downloadgo-2ffda87f2dce71024f72ccff32cbfe29ee676bf8.tar.xz
os: add Root.Rename
For #67002 Change-Id: Ifb1042bc5ceaeea64296763319b24634bbcb0bf0 Reviewed-on: https://go-review.googlesource.com/c/go/+/659416 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Damien Neil <dneil@google.com>
Diffstat (limited to 'doc/next/6-stdlib')
-rw-r--r--doc/next/6-stdlib/99-minor/os/67002.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/os/67002.md b/doc/next/6-stdlib/99-minor/os/67002.md
index 4d9f66c19c..b87ab6f2b7 100644
--- a/doc/next/6-stdlib/99-minor/os/67002.md
+++ b/doc/next/6-stdlib/99-minor/os/67002.md
@@ -5,3 +5,4 @@ The [os.Root] type supports the following additional methods:
* [os.Root.Chtimes]
* [os.Root.Lchown]
* [os.Root.Readlink]
+ * [os.Root.Rename]