summaryrefslogtreecommitdiff
path: root/src/io/ioutil
Commit message (Expand)AuthorAgeFilesLines
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-111-0/+4
* io/ioutil: add doc links for deprecated functionShengyu Zhang2023-02-282-11/+11
* all: fix spellingJohn Bampton2022-05-181-1/+1
* io/ioutil: provide an equivalent for the deprecated ReadDirDaniel Martí2022-04-191-0/+11
* io/ioutil: add deprecation markers to ioutilJeff Widman2022-03-282-9/+9
* io/ioutil: use correct Go version in redirection commentsIan Lance Taylor2021-03-191-2/+2
* io/ioutil: forward TempFile and TempDir to os packageIan Lance Taylor2021-02-243-115/+13
* io/ioutil: fix example test for WriteFile to allow it to run in the playgroundPantonshire2021-01-221-1/+1
* os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox2020-12-021-51/+19
* io: adopt Discard, NopCloser, ReadAll from io/ioutilRuss Cox2020-10-201-75/+32
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-202-3/+5
* io/ioutil: update WriteFile to clarify it does not change permissions if the ...joshuabezaleel2020-06-041-1/+1
* testing: add TB.TempDirBrad Fitzpatrick2020-04-023-6/+15
* io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis2020-02-262-3/+95
* doc: clarify interaction of ioutil.WriteFile with umaskMostyn Bramley-Moore2019-11-271-2/+2
* io/ioutil: Fix dropped test errorLars Lehtonen2019-11-051-0/+3
* syscall: respect permission bits on file opening on WindowsJason A. Donenfeld2019-10-221-0/+31
* io/ioutil: support predictable prefix,suffix for TempDir with *Emmanuel T Odeke2019-10-163-19/+81
* io/ioutil: don't check for short write in WriteFilejsign2019-09-011-4/+1
* ghchinoy: add example for ioutil.WriteFileG. Hussain Chinoy2018-08-301-0/+8
* io/ioutil: change TempFile prefix to a patternTom Limoncelli2018-04-123-16/+53
* io/ioutil: don't cap buffer size in ReadFileBryan C. Mills2017-08-311-10/+13
* io/ioutil: add example for ReadFileVitor De Mario2017-07-152-0/+13
* io/ioutil: make TestTempFile more robustMostyn Bramley-Moore2017-04-171-3/+10
* all: use sort.Slice where applicableBrad Fitzpatrick2016-10-041-8/+1
* io/ioutil: return better error when TempDir called with non-extant dirBrad Fitzpatrick2016-09-082-0/+21
* all: single space after period.Brad Fitzpatrick2016-03-022-6/+6
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* io/ioutil: add examples to functionsCarlos C2015-11-301-0/+71
* io/ioutil: clarify docs for ReadDir sort order.Nigel Tao2015-09-011-1/+1
* io/ioutil: fix locking of the tempfile random stateMarius Nuennerich2015-04-141-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-084-0/+408