io.PipeReader.Close (method)
6 uses
io (current package)
pipe.go#L139: func (r *PipeReader) Close() error {
github.com/go-git/go-git/v5
remote.go#L1122: _ = rd.Close()
github.com/jackc/pgx/v4
copy_from.go#L152: r.Close()
google.golang.org/api/internal/gensupport
media.go#L163: return mp.pr.Close()
net/http
fs.go#L306: defer pr.Close() // cause writing goroutine to fail and exit if CopyN doesn't finish.
net/http/httputil
dump.go#L114: defer pr.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. |