aboutsummaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Expand)Author
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2021-02-09io/fs: backslash is always a glob meta characterIan Lance Taylor
2021-02-05embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod
2021-01-22io/ioutil: fix example test for WriteFile to allow it to run in the playgroundPantonshire
2021-01-08io/fs: minor corrections to Glob docIan Lance Taylor
2021-01-08io/fs: minor corrections to Glob release dateMeng Zhuo
2021-01-07io/fs: correct WalkDirFunc documentationIan Lance Taylor
2020-12-31io/fs: remove darwin/arm64 special conditionCherry Zhang
2020-12-28io/fs: fix typo in commentxinlingchao
2020-12-14io/fs: fix package reference in FS godocTobias Klauser
2020-12-07io/fs: fix Sub method error textRuss Cox
2020-12-04io/fs: add SubRuss Cox
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-11-19io/fs: make WalkDirFunc parameter name consistent with doc commentfzipp
2020-11-11io/fs: fix reference to WalkFuncRuss Cox
2020-11-06io/fs: add WalkDirRuss Cox
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20io: adopt Discard, NopCloser, ReadAll from io/ioutilRuss Cox
2020-10-20io/fs: add Glob and GlobFSRuss Cox
2020-10-20io/fs: add ReadDir and ReadDirFSRuss Cox
2020-10-20io/fs: add Stat and StatFSRuss Cox
2020-10-20io/fs: add ReadFile and ReadFileFSRuss Cox
2020-10-20io/fs: add FS, File, ReadDirFile; move DirEntry from osRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-20io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox
2020-10-16io: unexport ErrBadWriteCountRuss Cox
2020-10-14io: add a new ReadSeekCloser interfaceMohamed Attahri
2020-10-13io: add ErrBadWriteCountTao Qingyun
2020-10-01io: make clear that EOF should not be wrappedRuss Cox
2020-06-04io/ioutil: update WriteFile to clarify it does not change permissions if the ...joshuabezaleel
2020-04-13io: simplify ExamplesEric
2020-04-02testing: add TB.TempDirBrad Fitzpatrick
2020-03-12io: add a comment about how to turn a Reader into ByteReaderRob Pike
2020-02-26io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis
2020-02-21io: check n in testReadAtLeastDavor Kapsa
2019-12-27io: show ErrUnexpectedEOF in ExampleReadAtLeastIan Lance Taylor
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
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-21io: make CopyBuffer docs state when buf is not usedsandyskies
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
2019-08-28io: add error check on pipe close functions to avoid error overwritingJordi Martin
2019-02-26io: align style of test comments in multi_test.goDerek Phan
2018-10-03io: export StringWriterDaniel Martí
2018-08-30ghchinoy: add example for ioutil.WriteFileG. Hussain Chinoy
2018-05-06io: calculate buffer size only when neededAuthor Name
2018-04-12io/ioutil: change TempFile prefix to a patternTom Limoncelli