const go/printer.newline
15 uses
go/printer (current package)
nodes.go#L62: p.print(newline)
nodes.go#L138: p.print(newline)
nodes.go#L139: p.print(indent, "// "+filteredMsg, unindent, newline)
nodes.go#L300: p.print(newline)
nodes.go#L312: p.print(token.COMMA, newline)
nodes.go#L313: p.print("// "+filteredMsg, newline)
nodes.go#L1051: p.print(indent, newline, x.Sel.Pos(), x.Sel)
nodes.go#L1255: p.print(newline, e.Pos(), token.SEMICOLON)
nodes.go#L1843: p.print(newline)
printer.go#L31: newline = whiteSpace('\n')
printer.go#L435: case newline, formfeed:
printer.go#L702: case newline, formfeed:
printer.go#L730: if ch == newline || ch == formfeed {
printer.go#L808: case newline, 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. |