aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/stat_unix.go
AgeCommit message (Expand)Author
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2022-01-24Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906"Dan Kegel
2022-01-20Kludge: work around lack of syscall.seek on 386 and arm, #1906Dan Kegel
2022-01-20src/{syscall, os}: add File.Stat, with smoke testDamian Gryski
2021-12-14os.Stat: returned error on nonexistent path did not satisfy IsNotExistDan Kegel
2021-12-01os, syscall: implement Stat and LstatDan Kegel