const go/printer.formfeed
19 uses
go/printer (current package)
nodes.go#L56: p.print(formfeed)
nodes.go#L307: p.print(formfeed) // terminating comma needs a line break to look good
nodes.go#L487: p.print(formfeed)
nodes.go#L532: p.print(formfeed)
nodes.go#L559: p.print(formfeed)
nodes.go#L566: p.print(unindent, formfeed, rbrace, token.RBRACE)
nodes.go#L896: p.print(token.COMMA, formfeed)
nodes.go#L1338: p.print(token.LBRACE, indent, formfeed)
nodes.go#L1340: p.print(unindent, formfeed, token.RBRACE)
nodes.go#L1612: p.print(indent, formfeed)
nodes.go#L1635: p.print(unindent, formfeed)
printer.go#L32: formfeed = whiteSpace('\f')
printer.go#L435: case newline, formfeed:
printer.go#L702: case newline, formfeed:
printer.go#L709: if ch == formfeed {
printer.go#L730: if ch == newline || ch == formfeed {
printer.go#L808: case newline, formfeed:
printer.go#L821: p.wsbuf[i], p.wsbuf[i+1] = unindent, formfeed
printer.go#L917: if x == newline || x == formfeed {
 |
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. |