summaryrefslogtreecommitdiff
path: root/src/io
Commit message (Expand)AuthorAgeFilesLines
* io: add examples for (*SectionReader) Read/Sizejiahua wang2021-09-281-0/+25
* io: update ByteScanner and RuneScanner docs to match long-standing implementa...Bryan C. Mills2021-09-281-8/+10
* io: avoid integer overflow in NewSectionReaderIan Lance Taylor2021-09-272-1/+24
* io: fix spelling in documentationjiahua wang2021-09-222-2/+2
* io: fix spelling in documentation for writerFuncjiahua wang2021-09-221-1/+1
* io: relax documented Seeker invariants that do not hold in practiceBryan C. Mills2021-09-211-3/+4
* io: unexport internal methodsRoger Peppe2021-08-191-24/+26
* io/fs: don't use absolute path in DirEntry.Name docIan Lance Taylor2021-08-021-1/+1
* io/fs: minor corrections to Sub docsIan Lance Taylor2021-06-021-3/+3
* io/fs: added an example for io/fs.WalkDirAdam Mitha2021-05-211-0/+25
* io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor2021-04-211-0/+3
* io/fs: implement subFS.SubDrew Richardson2021-04-031-0/+11
* io/fs: implement FileInfoToDirEntryMichel Levieux2021-03-252-0/+80
* io: fix spelling in documentation for io.DiscardSimão Gomes Viana2021-03-231-1/+1
* io/ioutil: use correct Go version in redirection commentsIan Lance Taylor2021-03-191-2/+2
* io/fs: use testing.T.TempDir in TestWalkDirTobias Klauser2021-03-131-6/+1
* io: add error check to WriteString Example testJulianChu2021-03-131-1/+3
* io/fs: clarify additional File interface docsJosh Bleecher Snyder2021-03-111-2/+2
* io/ioutil: forward TempFile and TempDir to os packageIan Lance Taylor2021-02-243-115/+13
* ios/fs: mention f.dir in (*subFS).fixErr godocTobias Klauser2021-02-231-1/+1
* io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox2021-02-112-12/+18
* io/fs: backslash is always a glob meta characterIan Lance Taylor2021-02-092-4/+4
* embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod2021-02-051-0/+1
* io/ioutil: fix example test for WriteFile to allow it to run in the playgroundPantonshire2021-01-221-1/+1
* io/fs: minor corrections to Glob docIan Lance Taylor2021-01-081-1/+1
* io/fs: minor corrections to Glob release dateMeng Zhuo2021-01-082-2/+2
* io/fs: correct WalkDirFunc documentationIan Lance Taylor2021-01-071-9/+4
* io/fs: remove darwin/arm64 special conditionCherry Zhang2020-12-311-26/+0
* io/fs: fix typo in commentxinlingchao2020-12-281-1/+1
* io/fs: fix package reference in FS godocTobias Klauser2020-12-141-2/+1
* io/fs: fix Sub method error textRuss Cox2020-12-071-2/+2
* io/fs: add SubRuss Cox2020-12-044-2/+210
* os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox2020-12-021-51/+19
* io/fs: make WalkDirFunc parameter name consistent with doc commentfzipp2020-11-191-1/+1
* io/fs: fix reference to WalkFuncRuss Cox2020-11-111-2/+2
* io/fs: add WalkDirRuss Cox2020-11-062-0/+287
* io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox2020-10-232-3/+11
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-203-10/+8
* io: adopt Discard, NopCloser, ReadAll from io/ioutilRuss Cox2020-10-203-79/+126
* io/fs: add Glob and GlobFSRuss Cox2020-10-202-0/+198
* io/fs: add ReadDir and ReadDirFSRuss Cox2020-10-202-0/+82
* io/fs: add Stat and StatFSRuss Cox2020-10-202-0/+67
* io/fs: add ReadFile and ReadFileFSRuss Cox2020-10-202-0/+106
* io/fs: add FS, File, ReadDirFile; move DirEntry from osRuss Cox2020-10-202-0/+160
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-202-3/+5
* io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox2020-10-201-0/+140
* io: unexport ErrBadWriteCountRuss Cox2020-10-163-5/+13
* io: add a new ReadSeekCloser interfaceMohamed Attahri2020-10-141-0/+8
* io: add ErrBadWriteCountTao Qingyun2020-10-132-2/+37
* io: make clear that EOF should not be wrappedRuss Cox2020-10-011-0/+2