go/src/io/fs
Russ Cox f098ccf04a io/fs: add ReadFile and ReadFileFS
Add ReadFile helper function, ReadFileFS interface, and test.
Add ReadFile method to fstest.MapFS.
Add testing of ReadFile method to fstest.TestFS.

For #41190.

Change-Id: I5b6a41e2e582824e570463b698b635abaa436c32
Reviewed-on: https://go-review.googlesource.com/c/go/+/243912
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2020-10-20 17:52:55 +00:00
..
fs.go
fs_test.go
readfile.go io/fs: add ReadFile and ReadFileFS 2020-10-20 17:52:55 +00:00
readfile_test.go io/fs: add ReadFile and ReadFileFS 2020-10-20 17:52:55 +00:00