const go/printer.indent
18 uses
go/printer (current package)
nodes.go#L139: p.print(indent, "// "+filteredMsg, unindent, newline)
nodes.go#L173: ws = indent
nodes.go#L326: ws := indent
nodes.go#L364: p.identList(par.Names, ws == indent)
nodes.go#L485: p.print(blank, lbrace, token.LBRACE, indent)
nodes.go#L710: ws := indent
nodes.go#L925: p.print(indent, unindent, mode, x.Rbrace, token.RBRACE, mode)
nodes.go#L1051: p.print(indent, newline, x.Sel.Pos(), x.Sel)
nodes.go#L1078: p.print(indent)
nodes.go#L1252: p.print(s.Colon, token.COLON, indent)
nodes.go#L1305: p.print(indent)
nodes.go#L1338: p.print(token.LBRACE, indent, formfeed)
nodes.go#L1612: p.print(indent, formfeed)
printer.go#L33: indent = whiteSpace('>')
printer.go#L383: case indent:
printer.go#L415: case indent:
printer.go#L700: case indent, unindent:
printer.go#L800: case indent:
 |
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. |