go/printer.printer.block (method)
9 uses
go/printer (current package)
nodes.go#L1114: func (p *printer) block(b *ast.BlockStmt, nindent int) {
nodes.go#L1323: p.block(s, 1)
nodes.go#L1328: p.block(s.Body, 1)
nodes.go#L1357: p.block(s.Body, 0)
nodes.go#L1369: p.block(s.Body, 0)
nodes.go#L1388: p.block(body, 0)
nodes.go#L1394: p.block(s.Body, 1)
nodes.go#L1411: p.block(s.Body, 1)
nodes.go#L1755: p.block(b, 1)
![]() |
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. |