diff options
| author | Damien Neil <dneil@google.com> | 2025-03-25 10:31:00 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-03-28 11:02:40 -0700 |
| commit | 26fdb07d4ce58885305283ba18960f582f4eaa73 (patch) | |
| tree | 6291830ac80f793d1979ce338377f4556c86247a /api | |
| parent | 656b5b3abe25d026725edff49edbdaa9862c9d77 (diff) | |
| download | go-26fdb07d4ce58885305283ba18960f582f4eaa73.tar.xz | |
os: add Root.Symlink
For #67002
Change-Id: Ia1637b61eae49e97e1d07f058ad2390e74cd3403
Reviewed-on: https://go-review.googlesource.com/c/go/+/660635
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
Auto-Submit: Damien Neil <dneil@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 98c532f1d3..112f477e8e 100644 --- a/api/next/67002.txt +++ b/api/next/67002.txt @@ -5,3 +5,4 @@ pkg os, method (*Root) Lchown(string, int, int) error #67002 pkg os, method (*Root) Link(string, string) error #67002 pkg os, method (*Root) Readlink(string) (string, error) #67002 pkg os, method (*Root) Rename(string, string) error #67002 +pkg os, method (*Root) Symlink(string, string) error #67002 |
