var io.Discard
10 uses
io (current package)
io.go#L571: var Discard Writer = discard{}
io/ioutil
ioutil.go#L84: var Discard io.Writer = io.Discard
mime/multipart
multipart.go#L280: io.Copy(io.Discard, p)
net/http
client.go#L699: io.CopyN(io.Discard, resp.Body, maxBodySlurpSize)
server.go#L1371: _, err := io.CopyN(io.Discard, w.reqBody, maxPostHandlerReadBytes+1)
server.go#L3429: io.Copy(io.Discard, mb)
transfer.go#L372: nextra, err = t.doBodyCopy(io.Discard, body)
transfer.go#L994: n, err = io.CopyN(io.Discard, bodyLocked{b}, maxPostHandlerReadBytes)
transfer.go#L1005: _, err = io.Copy(io.Discard, bodyLocked{b})
net/http/httputil
dump.go#L135: io.Copy(io.Discard, req.Body)
 |
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. |