summaryrefslogtreecommitdiff
path: root/src/os/export_test.go
Commit message (Expand)AuthorAgeFilesLines
* os: ensure File.ReadFrom returns ErrClosed instead of the internal poll.ErrFi...Andy Pan2023-02-271-0/+4
* os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox2020-12-021-0/+1
* os: add File.ReadDir method and DirEntry typeRuss Cox2020-10-201-0/+1
* os: use an actual RemoveAll failure in TestRemoveAllWithMoreErrorThanReqSizeBryan C. Mills2019-10-261-1/+0
* os: fix RemoveAll hangs on large directoryLE Manh Cuong2019-04-101-0/+1
* os: reject WriteAt if file opened in append modeLE Manh Cuong2019-03-271-0/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+10