go/ast.printer.indent (field)
10 uses
go/ast (current package)
print.go#L82: indent int // current indentation level
print.go#L105: for j := p.indent; j > 0; j-- {
print.go#L156: p.indent++
print.go#L164: p.indent--
print.go#L184: p.indent++
print.go#L191: p.indent--
print.go#L202: p.indent++
print.go#L209: p.indent--
print.go#L216: p.indent++
print.go#L234: p.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. |