go/ast.FuncLit.Body (field)
8 uses
go/ast (current package)
ast.go#L308: Body *BlockStmt // function body
ast.go#L511: func (x *FuncLit) End() token.Pos { return x.Body.End() }
walk.go#L98: Walk(v, n.Body)
go/parser
parser.go#L1134: return &ast.FuncLit{Type: typ, Body: body}
go/printer
nodes.go#L804: p.funcBody(p.distanceFrom(x.Type.Pos(), startCol), blank, x.Body)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L1562: if x.Body != nil {
encode_ast.gen.go#L1564: encode_ast_BlockStmt(e, x.Body)
encode_ast.gen.go#L1589: decode_ast_BlockStmt(d, &x.Body)
![]() |
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. |