io.PipeWriter.Close (method, view implemented interface methods)

7 uses

	io (current package)
		pipe.go#L166: func (w *PipeWriter) Close() error {

	github.com/jackc/pgx/v5
		copy_from.go#L191: 					w.Close()
		copy_from.go#L199: 		w.Close()

	net/http
		filetransport.go#L104: 	pr.pw.Close()
		fs.go#L392: 			pw.Close()

	net/http/httputil
		dump.go#L115: 	defer pw.Close()
		dump.go#L150: 		pw.Close()