func io/ioutil.NopCloser
5 uses
io/ioutil (current package)
ioutil.go#L76: func NopCloser(r io.Reader) io.ReadCloser {
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
handle_200_error.go#L64: response.Body = ioutil.NopCloser(io.MultiReader(&readBuff, response.Body))
github.com/aws/smithy-go/transport/http
request.go#L170: req.Body = ioutil.NopCloser(stream)
request.go#L178: req.Body = iointernal.NewSafeReadCloser(ioutil.NopCloser(stream))
net/http
h2_bundle.go#L9598: var http2noBody io.ReadCloser = ioutil.NopCloser(bytes.NewReader(nil))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)