Skip to content

Commit a5a1d1b

Browse files
authored
Merge branch 'master' into coverage-profile-should-be-cached-with-tests
2 parents a3c9197 + f69703d commit a5a1d1b

File tree

864 files changed

+42322
-16081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

864 files changed

+42322
-16081
lines changed

api/next/49580.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pkg io/fs, func Lstat(FS, string) (FileInfo, error) #49580
2+
pkg io/fs, func ReadLink(FS, string) (string, error) #49580
3+
pkg io/fs, type ReadLinkFS interface { Lstat, Open, ReadLink } #49580
4+
pkg io/fs, type ReadLinkFS interface, Lstat(string) (FileInfo, error) #49580
5+
pkg io/fs, type ReadLinkFS interface, Open(string) (File, error) #49580
6+
pkg io/fs, type ReadLinkFS interface, ReadLink(string) (string, error) #49580
7+
pkg testing/fstest, method (MapFS) Lstat(string) (fs.FileInfo, error) #49580
8+
pkg testing/fstest, method (MapFS) ReadLink(string) (string, error) #49580

api/next/67002.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg os, method (*Root) Chmod(string, fs.FileMode) error #67002
2+
pkg os, method (*Root) Chown(string, int, int) error #67002

api/next/71122.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg go/parser, func ParseDir //deprecated #71122

0 commit comments

Comments
 (0)