go/printer.printer.stmt (method)
12 uses
go/printer (current package)
nodes.go#L1093: p.stmt(s, nextIsRBrace && i == len(list)-1)
nodes.go#L1177: p.stmt(init, false)
nodes.go#L1188: p.stmt(post, false)
nodes.go#L1233: func (p *printer) stmt(stmt ast.Stmt, nextIsRBrace bool) {
nodes.go#L1261: p.stmt(s.Stmt, nextIsRBrace)
nodes.go#L1333: p.stmt(s.Else, nextIsRBrace)
nodes.go#L1339: p.stmt(s.Else, true)
nodes.go#L1363: p.stmt(s.Init, false)
nodes.go#L1367: p.stmt(s.Assign, false)
nodes.go#L1374: p.stmt(s.Comm, false)
nodes.go#L1744: p.stmt(s, i == len(b.List)-1)
printer.go#L1135: p.stmt(n, false)
 |
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. |