func io.Pipe

12 uses

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

	cloud.google.com/go/storage
		writer.go#L102: 	pr, pw := io.Pipe()

	github.com/go-git/go-git/v5
		remote.go#L1092: 	rd, wr := io.Pipe()

	github.com/go-git/go-git/v5/plumbing/transport/file
		client.go#L114: 	r, w := io.Pipe()

	github.com/go-git/go-git/v5/plumbing/transport/server
		server.go#L165: 	pr, pw := io.Pipe()

	github.com/golang-migrate/migrate/v4
		migration.go#L97: 	br, bw := io.Pipe()

	github.com/jackc/pgx/v4
		copy_from.go#L107: 	r, w := io.Pipe()

	golang.org/x/crypto/ssh
		session.go#L487: 		r, w := io.Pipe()

	google.golang.org/api/internal/gensupport
		media.go#L123: 	mp.pr, pw = 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()