From 2ffda87f2dce71024f72ccff32cbfe29ee676bf8 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Wed, 19 Mar 2025 11:15:06 -0700 Subject: os: add Root.Rename For #67002 Change-Id: Ifb1042bc5ceaeea64296763319b24634bbcb0bf0 Reviewed-on: https://go-review.googlesource.com/c/go/+/659416 Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Auto-Submit: Damien Neil --- api/next/67002.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api/next') diff --git a/api/next/67002.txt b/api/next/67002.txt index 0e570d4fa0..0ac3a9e7bf 100644 --- a/api/next/67002.txt +++ b/api/next/67002.txt @@ -3,3 +3,4 @@ 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) Readlink(string) (string, error) #67002 +pkg os, method (*Root) Rename(string, string) error #67002 -- cgit v1.3