io.LimitedReader.R (field)
5 uses
io (current package)
io.go#L462: R Reader // underlying reader
io.go#L473: n, err = l.R.Read(p)
github.com/go-git/go-git/v5/plumbing/format/index
decoder.go#L290: d.extReader.Reset(&io.LimitedReader{R: d.r, N: int64(len)})
golang.org/x/mod/zip
zip.go#L517: lr := &io.LimitedReader{R: rc, N: size + 1}
zip.go#L658: lr := &io.LimitedReader{R: r, N: int64(zf.UncompressedSize64) + 1}
![]() |
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. |