go/src/io
joshuabezaleel b371f189df io/ioutil: update WriteFile to clarify it does not change permissions if the file exists.
The existing documentation of WriteFile does not make it clear for
non-native English speakers that it will not change the permissions if
the file already exists before.

Fixes #35711

Change-Id: If861c3e3700957fc9ac3d5313351c57d399d3f58
Reviewed-on: https://go-review.googlesource.com/c/go/+/218417
Reviewed-by: Rob Pike <r@golang.org>
2020-06-04 10:53:46 +00:00
..
ioutil io/ioutil: update WriteFile to clarify it does not change permissions if the file exists. 2020-06-04 10:53:46 +00:00
example_test.go io: simplify Examples 2020-04-13 22:48:16 +00:00
io.go io: add a comment about how to turn a Reader into ByteReader 2020-03-12 01:31:41 +00:00
io_test.go io: check n in testReadAtLeast 2020-02-21 18:36:11 +00:00
multi.go
multi_test.go all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
pipe.go
pipe_test.go