go/ast.ForStmt.Post (field)
8 uses
go/ast (current package)
ast.go#L738: Post Stmt // post iteration statement; or nil
walk.go#L272: if n.Post != nil {
walk.go#L273: Walk(v, n.Post)
go/parser
parser.go#L2211: Post: s3,
go/printer
nodes.go#L1393: p.controlClause(true, s.Init, s.Cond, s.Post)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L1424: if x.Post != nil {
encode_ast.gen.go#L1426: e.EncodeAny(x.Post)
encode_ast.gen.go#L1459: x.Post = d.DecodeAny().(ast.Stmt)
![]() |
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. |