mirror of
https://github.com/golang/go
synced 2025-04-16 00:45:40 +00:00
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>
231 B
231 B
The [os.Root] type supports the following additional methods:
- [os.Root.Chmod]
- [os.Root.Chown]
- [os.Root.Chtimes]
- [os.Root.Lchown]
- [os.Root.Link]
- [os.Root.Readlink]
- [os.Root.Rename]
- [os.Root.Symlink]