aboutsummaryrefslogtreecommitdiff
path: root/src/net/pipe_test.go
AgeCommit message (Expand)Author
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2017-12-05net: return io.ErrClosedPipe when possible from net.PipeJoe Tsai
2017-10-11net: implement deadline functionality on PipeJoe Tsai
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-05-06net: simplify error messages in testsMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox