aboutsummaryrefslogtreecommitdiff
path: root/src/os/dir_windows.go
AgeCommit message (Expand)Author
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2018-03-07os: use WIN32_FIND_DATA.Reserved0 to identify symlinksAlex Brainman
2017-05-09os: avoid calulating fileStat.path until it is neededAlex Brainman
2017-04-25os: fix race between file I/O and CloseIan Lance Taylor
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-08-16os: consolidate filesHiroshi Ioka
2014-09-08build: move package sources from src/pkg to srcRuss Cox