aboutsummaryrefslogtreecommitdiff
path: root/src/os/export_test.go
AgeCommit message (Expand)Author
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2019-10-26os: use an actual RemoveAll failure in TestRemoveAllWithMoreErrorThanReqSizeBryan C. Mills
2019-04-10os: fix RemoveAll hangs on large directoryLE Manh Cuong
2019-03-27os: reject WriteAt if file opened in append modeLE Manh Cuong
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox