func io.Pipe

5 uses

	io (current package)
		pipe.go#L199: func Pipe() (*PipeReader, *PipeWriter) {

	github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
		middleware.go#L48: 	inputReader, inputWriter := io.Pipe()

	net/http
		filetransport.go#L50: 	pr, pw := io.Pipe()
		fs.go#L302: 			pr, pw := io.Pipe()

	net/http/httputil
		dump.go#L113: 	pr, pw := io.Pipe()