1
0
mirror of https://github.com/golang/go synced 2024-11-07 14:26:11 -07:00
go/src/io
Mostyn Bramley-Moore 95c9a656ae doc: clarify interaction of ioutil.WriteFile with umask
Note that ioutil.WriteFile's perm argument is the value before the
umask is applied.

Fixes #35835

Change-Id: I61cd9c88bced3be52b616d86e060cd3fd912ab1f

Change-Id: I61cd9c88bced3be52b616d86e060cd3fd912ab1f
GitHub-Last-Rev: 0069abb7c5
GitHub-Pull-Request: golang/go#35836
Reviewed-on: https://go-review.googlesource.com/c/go/+/208838
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-11-27 02:18:51 +00:00
..
ioutil doc: clarify interaction of ioutil.WriteFile with umask 2019-11-27 02:18:51 +00:00
example_test.go
io_test.go
io.go io: make CopyBuffer docs state when buf is not used 2019-10-21 17:47:24 +00:00
multi_test.go
multi.go
pipe_test.go io: add error check on pipe close functions to avoid error overwriting 2019-08-28 18:35:24 +00:00
pipe.go io: add error check on pipe close functions to avoid error overwriting 2019-08-28 18:35:24 +00:00