const go/printer.unindent
21 uses
go/printer (current package)
nodes.go#L139: p.print(indent, "// "+filteredMsg, unindent, newline)
nodes.go#L305: p.print(unindent)
nodes.go#L318: p.print(unindent)
nodes.go#L379: p.print(unindent)
nodes.go#L566: p.print(unindent, formfeed, rbrace, token.RBRACE)
nodes.go#L731: p.print(unindent)
nodes.go#L903: p.print(unindent)
nodes.go#L925: p.print(indent, unindent, mode, x.Rbrace, token.RBRACE, mode)
nodes.go#L1053: p.print(unindent)
nodes.go#L1109: p.print(unindent)
nodes.go#L1250: p.print(unindent)
nodes.go#L1309: p.print(unindent)
nodes.go#L1340: p.print(unindent, formfeed, token.RBRACE)
nodes.go#L1635: p.print(unindent, formfeed)
printer.go#L34: unindent = whiteSpace('<')
printer.go#L418: case unindent:
printer.go#L423: if i+1 < len(p.wsbuf) && p.wsbuf[i+1] == unindent {
printer.go#L700: case indent, unindent:
printer.go#L802: case unindent:
printer.go#L815: if i+1 < n && p.wsbuf[i+1] == unindent {
printer.go#L821: p.wsbuf[i], p.wsbuf[i+1] = unindent, 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. |