golang.org/x/pkgsite/internal/godoc/dochtml.limitBuffer.Remain (field)
6 uses
golang.org/x/pkgsite/internal/godoc/dochtml (current package)
dochtml.go#L322: buf := &limitBuffer{B: new(bytes.Buffer), Remain: limit}
dochtml.go#L324: if buf.Remain < 0 {
io.go#L23: Remain int64 // Until writes fail. Negative value means went beyond limit.
io.go#L28: if int64(len(p)) > l.Remain {
io.go#L29: l.Remain = -1
io.go#L33: l.Remain -= int64(n)
![]() |
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. |