1
0
mirror of https://github.com/golang/go synced 2024-11-07 10:26:20 -07:00
go/src/io
Ian Lance Taylor 35806efda2 io/fs: document that caller can modify slice returned by ReadFile
Also add a test to testing/fstest.

Fixes #45186

Change-Id: I00e5f46ccd5269dbc266a8f2ebc9a62ebb1297b8
Reviewed-on: https://go-review.googlesource.com/c/go/+/311649
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-04-21 16:46:52 +00:00
..
fs io/fs: document that caller can modify slice returned by ReadFile 2021-04-21 16:46:52 +00:00
ioutil io/ioutil: use correct Go version in redirection comments 2021-03-19 01:02:56 +00:00
example_test.go io: add error check to WriteString Example test 2021-03-13 18:03:52 +00:00
export_test.go
io_test.go
io.go io: fix spelling in documentation for io.Discard 2021-03-23 22:17:52 +00:00
multi_test.go
multi.go
pipe_test.go
pipe.go