-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into void-param-cgo
- Loading branch information
Showing
889 changed files
with
22,946 additions
and
16,836 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pkg io/fs, func Lstat(FS, string) (FileInfo, error) #49580 | ||
pkg io/fs, func ReadLink(FS, string) (string, error) #49580 | ||
pkg io/fs, type ReadLinkFS interface { Lstat, Open, ReadLink } #49580 | ||
pkg io/fs, type ReadLinkFS interface, Lstat(string) (FileInfo, error) #49580 | ||
pkg io/fs, type ReadLinkFS interface, Open(string) (File, error) #49580 | ||
pkg io/fs, type ReadLinkFS interface, ReadLink(string) (string, error) #49580 | ||
pkg testing/fstest, method (MapFS) Lstat(string) (fs.FileInfo, error) #49580 | ||
pkg testing/fstest, method (MapFS) ReadLink(string) (string, error) #49580 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pkg os, method (*Root) Chmod(string, fs.FileMode) error #67002 | ||
pkg os, method (*Root) Chown(string, int, int) error #67002 |
Oops, something went wrong.