aboutsummaryrefslogtreecommitdiff
path: root/src/os/types_unix.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2017-04-25os: fix race between file I/O and CloseIan Lance Taylor
2016-10-24os: add ErrClosed, return for use of closed FileDan Caddigan
2016-08-16os: consolidate filesHiroshi Ioka
2015-10-30os: reduce allocations in Readdir on unixTaru Karttunen