type io.Closer
32 uses
io (current package)
io.go#L104: type Closer interface {
io.go#L134: Closer
io.go#L140: Closer
io.go#L147: Closer
io.go#L161: Closer
crypto/cipher
io.go#L49: if c, ok := w.W.(io.Closer); ok {
github.com/aws/aws-sdk-go/aws
types.go#L154: case io.Closer:
types.go#L212: type MultiCloser []io.Closer
github.com/go-git/go-billy/v5
fs.go#L170: io.Closer
github.com/go-git/go-git/v5/plumbing/format/packfile
packfile.go#L461: closer, ok := p.file.(io.Closer)
github.com/go-git/go-git/v5/plumbing/transport
common.go#L61: io.Closer
github.com/go-git/go-git/v5/plumbing/transport/file
client.go#L103: stderrCloser io.Closer
github.com/go-git/go-git/v5/plumbing/transport/internal/common
common.go#L255: if c, ok := s.Stdout.(io.Closer); ok {
github.com/go-git/go-git/v5/utils/ioutil
common.go#L45: closer io.Closer
common.go#L54: func NewReadCloser(r io.Reader, c io.Closer) io.ReadCloser {
common.go#L60: closer io.Closer
common.go#L69: func NewWriteCloser(w io.Writer, c io.Closer) io.WriteCloser {
common.go#L88: func CheckClose(c io.Closer, err *error) {
golang.org/x/crypto/openpgp/packet
compressed.go#L68: sh io.Closer // Stream Header
golang.org/x/crypto/ssh
transport.go#L50: io.Closer
golang.org/x/net/http2
transport.go#L1308: func (cs *clientStream) writeRequestBody(body io.Reader, bodyCloser io.Closer) (err error) {
google.golang.org/api/internal/gensupport
media.go#L293: toCleanup := []io.Closer{
google.golang.org/grpc/internal/binarylog
sink.go#L97: closer io.Closer
mime/multipart
formdata.go#L171: io.Closer
net/http
fs.go#L103: io.Closer
h2_bundle.go#L7811: func (cs *http2clientStream) writeRequestBody(body io.Reader, bodyCloser io.Closer) (err error) {
response.go#L282: io.Closer
transfer.go#L61: BodyCloser io.Closer
net/http/httputil
dump.go#L279: dest.(io.Closer).Close()
os/exec
exec.go#L140: closeAfterStart []io.Closer
exec.go#L141: closeAfterWait []io.Closer
exec.go#L318: func (c *Cmd) closeDescriptors(closers []io.Closer) {
![]() |
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. |