aboutsummaryrefslogtreecommitdiff
path: root/src/io/pipe.go
AgeCommit message (Expand)Author
2019-08-28io: add error check on pipe close functions to avoid error overwritingJordi Martin
2017-11-02io: fix Pipe regression with differing error typesJoe Tsai
2017-10-11io: simplify pipe implementationJoe Tsai
2016-12-21io: fix PipeWriter.Close to wake up WritesKirill Smelkov
2016-10-18io: clarify Pipe docsRuss Cox
2016-03-25all: delete dead non-test codeDominik Honnef
2015-03-30io: clarify the behavior of PipeWriter.CloseWithError(nil).Aaron Jacobs
2014-09-08build: move package sources from src/pkg to srcRuss Cox