golang.org/x/pkgsite/internal/godoc/dochtml.RenderOptions.Limit (field)
5 uses
golang.org/x/pkgsite/internal/godoc/dochtml (current package)
dochtml.go#L64: Limit int64 // If zero, a default limit of 10 megabytes is used.
dochtml.go#L92: if opt.Limit == 0 {
dochtml.go#L94: opt.Limit = 10 * megabyte
dochtml.go#L131: html, err = executeToHTMLWithLimit(t, data, opt.Limit)
golang.org/x/pkgsite/internal/godoc
render.go#L140: Limit: int64(MaxDocumentationHTML),
![]() |
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. |