aboutsummaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11io: add error check to TeeReader Examplejiahua wang
2021-10-29io: remove UTF8 specified document for RuneReaderMeng Zhuo
2021-09-28io: add examples for (*SectionReader) Read/Sizejiahua wang
2021-09-28io: update ByteScanner and RuneScanner docs to match long-standing implementa...Bryan C. Mills
2021-09-27io: avoid integer overflow in NewSectionReaderIan Lance Taylor
2021-09-22io: fix spelling in documentationjiahua wang
2021-09-22io: fix spelling in documentation for writerFuncjiahua wang
2021-09-21io: relax documented Seeker invariants that do not hold in practiceBryan C. Mills
2021-08-19io: unexport internal methodsRoger Peppe
2021-08-02io/fs: don't use absolute path in DirEntry.Name docIan Lance Taylor
2021-06-02io/fs: minor corrections to Sub docsIan Lance Taylor
2021-05-21io/fs: added an example for io/fs.WalkDirAdam Mitha
2021-04-21io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor
2021-04-03io/fs: implement subFS.SubDrew Richardson
2021-03-25io/fs: implement FileInfoToDirEntryMichel Levieux
2021-03-23io: fix spelling in documentation for io.DiscardSimão Gomes Viana
2021-03-19io/ioutil: use correct Go version in redirection commentsIan Lance Taylor
2021-03-13io/fs: use testing.T.TempDir in TestWalkDirTobias Klauser
2021-03-13io: add error check to WriteString Example testJulianChu
2021-03-11io/fs: clarify additional File interface docsJosh Bleecher Snyder
2021-02-24io/ioutil: forward TempFile and TempDir to os packageIan Lance Taylor
2021-02-23ios/fs: mention f.dir in (*subFS).fixErr godocTobias Klauser
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