mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +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>
9 lines
497 B
Plaintext
9 lines
497 B
Plaintext
pkg os, method (*Root) Chmod(string, fs.FileMode) error #67002
|
|
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) 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
|