aboutsummaryrefslogtreecommitdiff
path: root/src/os/timeout_test.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2018-10-18os: ignore SIGTTIN during TestTTYCloseIan Lance Taylor
2018-06-01os: add js/wasm architectureRichard Musiol
2018-03-06internal/poll: if poller init fails, assume blocking modeIan Lance Taylor
2017-10-25os: add deadline methods for File typeIan Lance Taylor