var io/ioutil.Discard
18 uses
io/ioutil (current package)
ioutil.go#L84: var Discard io.Writer = io.Discard
cloud.google.com/go/storage
reader.go#L184: _, _ = io.CopyN(ioutil.Discard, res.Body, seen)
github.com/aws/aws-sdk-go/private/protocol
unmarshal.go#L19: io.Copy(ioutil.Discard, r.HTTPResponse.Body)
github.com/aws/aws-sdk-go/private/protocol/rest
unmarshal.go#L101: io.Copy(ioutil.Discard, r.HTTPResponse.Body)
github.com/go-git/go-git/v5/plumbing/format/index
decoder.go#L205: _, err := io.CopyN(ioutil.Discard, d.r, int64(padLen))
github.com/go-git/go-git/v5/plumbing/format/packfile
parser.go#L287: if err := p.resolveObject(stdioutil.Discard, child, content); err != nil {
scanner.go#L246: n, _, err := s.NextObject(stdioutil.Discard)
scanner.go#L376: _, err := io.CopyBuffer(stdioutil.Discard, s.r, buf)
github.com/go-git/go-git/v5/plumbing/transport/internal/common
common.go#L159: _, _ = io.Copy(stdioutil.Discard, r)
github.com/lib/pq
conn_go18.go#L146: _, err := io.Copy(ioutil.Discard, c)
github.com/prometheus/common/expfmt
text_create.go#L47: return bufio.NewWriter(ioutil.Discard)
golang.org/x/crypto/ssh
cipher.go#L496: io.CopyN(ioutil.Discard, r, int64(c.oracleCamouflage))
session.go#L508: s.Stdout = ioutil.Discard
session.go#L521: s.Stderr = ioutil.Discard
google.golang.org/grpc
rpc_util.go#L81: w, err := gzip.NewWriterLevel(ioutil.Discard, level)
google.golang.org/grpc/grpclog
loggerv2.go#L126: errorW := ioutil.Discard
loggerv2.go#L127: warningW := ioutil.Discard
loggerv2.go#L128: infoW := ioutil.Discard
 |
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. |