aboutsummaryrefslogtreecommitdiff
path: root/src/os/stat_test.go
AgeCommit message (Expand)Author
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2018-11-02os: use CreateFile for Stat of symlinksAlex Brainman
2018-10-31os: use Stat instead of Lstat in SymlinkAlex Brainman
2018-09-29os: use FILE_FLAG_OPEN_REPARSE_POINT in SameFileAlex Brainman