io.PipeWriter.Close (method)
10 uses
io (current package)
pipe.go#L168: func (w *PipeWriter) Close() error {
cloud.google.com/go/storage
writer.go#L226: if err := w.pw.Close(); err != nil {
github.com/go-git/go-git/v5
remote.go#L1113: done <- wr.Close()
github.com/jackc/pgx/v4
copy_from.go#L137: w.Close()
copy_from.go#L145: w.Close()
google.golang.org/api/internal/gensupport
media.go#L146: pw.Close()
net/http
filetransport.go#L85: pr.pw.Close()
fs.go#L324: pw.Close()
net/http/httputil
dump.go#L115: defer pw.Close()
dump.go#L150: pw.Close()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |