const go/printer.maxNewlines
6 uses
go/printer (current package)
printer.go#L20: maxNewlines = 2 // max. number of newlines between source text
printer.go#L361: p.writeByte('\f', maxNewlines)
printer.go#L841: if n > maxNewlines {
printer.go#L842: n = maxNewlines
printer.go#L990: if wroteNewline && n == maxNewlines {
printer.go#L991: n = maxNewlines - 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. |