WriteTo transfers data from the pipe to dst. If dst implements syscall.Conn, WriteTo tries to use splice(2) for the data transfer from the pipe to the destination file descriptor. If that is not possible, WriteTo falls back to a generic copy.
(dst io.Writer)
source not stored for this graph (policy: none)