const go/printer.ignore
27 uses
go/printer (current package)
nodes.go#L171: ws := ignore
nodes.go#L180: ws = ignore
nodes.go#L257: ws = ignore
nodes.go#L303: if ws == ignore && mode&noIndent == 0 {
nodes.go#L316: if ws == ignore && mode&noIndent == 0 {
nodes.go#L352: ws = ignore
nodes.go#L375: p.linebreak(closing, 0, ignore, true)
nodes.go#L378: if ws == ignore {
nodes.go#L499: p.linebreak(p.lineFor(f.Pos()), 1, ignore, p.linesFrom(line) > 0)
nodes.go#L543: p.linebreak(p.lineFor(f.Pos()), 1, ignore, p.linesFrom(line) > 0)
nodes.go#L722: ws = ignore
nodes.go#L730: if ws == ignore {
nodes.go#L1090: p.linebreak(p.lineFor(s.Pos()), 1, ignore, i == 0 || nindent == 0 || p.linesFrom(line) > 0)
nodes.go#L1117: p.linebreak(p.lineFor(b.Rbrace), 1, ignore, true)
nodes.go#L1259: p.linebreak(p.lineFor(s.Stmt.Pos()), 1, ignore, true)
nodes.go#L1620: p.linebreak(p.lineFor(s.Pos()), 1, ignore, p.linesFrom(line) > 0)
nodes.go#L1629: p.linebreak(p.lineFor(s.Pos()), 1, ignore, p.linesFrom(line) > 0)
nodes.go#L1752: if sep != ignore {
nodes.go#L1832: p.linebreak(p.lineFor(d.Pos()), min, ignore, tok == token.FUNC && p.numLines(d) > 1)
printer.go#L28: ignore = whiteSpace(0)
printer.go#L376: p.wsbuf[i] = ignore
printer.go#L413: p.wsbuf[i] = ignore
printer.go#L436: p.wsbuf[i] = ignore
printer.go#L699: p.wsbuf[i] = ignore
printer.go#L712: p.wsbuf[i] = ignore
printer.go#L798: case ignore:
printer.go#L901: if x == ignore {
 |
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. |