aboutsummaryrefslogtreecommitdiff
path: root/src/io/ioutil
AgeCommit message (Expand)Author
2021-03-19io/ioutil: use correct Go version in redirection commentsIan Lance Taylor
2021-02-24io/ioutil: forward TempFile and TempDir to os packageIan Lance Taylor
2021-01-22io/ioutil: fix example test for WriteFile to allow it to run in the playgroundPantonshire
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-10-20io: adopt Discard, NopCloser, ReadAll from io/ioutilRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-06-04io/ioutil: update WriteFile to clarify it does not change permissions if the ...joshuabezaleel
2020-04-02testing: add TB.TempDirBrad Fitzpatrick
2020-02-26io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis
2019-11-27doc: clarify interaction of ioutil.WriteFile with umaskMostyn Bramley-Moore
2019-11-05io/ioutil: Fix dropped test errorLars Lehtonen
2019-10-22syscall: respect permission bits on file opening on WindowsJason A. Donenfeld
2019-10-16io/ioutil: support predictable prefix,suffix for TempDir with *Emmanuel T Odeke
2019-09-01io/ioutil: don't check for short write in WriteFilejsign
2018-08-30ghchinoy: add example for ioutil.WriteFileG. Hussain Chinoy
2018-04-12io/ioutil: change TempFile prefix to a patternTom Limoncelli
2017-08-31io/ioutil: don't cap buffer size in ReadFileBryan C. Mills
2017-07-15io/ioutil: add example for ReadFileVitor De Mario
2017-04-17io/ioutil: make TestTempFile more robustMostyn Bramley-Moore
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-08io/ioutil: return better error when TempDir called with non-extant dirBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-30io/ioutil: add examples to functionsCarlos C
2015-09-01io/ioutil: clarify docs for ReadDir sort order.Nigel Tao
2015-04-14io/ioutil: fix locking of the tempfile random stateMarius Nuennerich
2014-09-08build: move package sources from src/pkg to srcRuss Cox